Skip to content

Commit 98af014

Browse files
committed
1. updated gradle to 3.0.1
2. updated support lib to 26.1.0
1 parent 138ff08 commit 98af014

4 files changed

Lines changed: 6 additions & 8 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 26
5-
buildToolsVersion "26.0.1"
65
defaultConfig {
76
applicationId "in.shadowfax.proswipebutton"
87
minSdkVersion 15
@@ -24,7 +23,7 @@ dependencies {
2423
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
2524
exclude group: 'com.android.support', module: 'support-annotations'
2625
})
27-
compile 'com.android.support:appcompat-v7:26.0.2'
26+
compile 'com.android.support:appcompat-v7:26.1.0'
2827
compile 'com.android.support.constraint:constraint-layout:1.0.2'
2928
compile project(":proswipebutton")
3029
testCompile 'junit:junit:4.12'

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.3.3'
9-
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7'
8+
classpath 'com.android.tools.build:gradle:3.0.1'
9+
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
1010
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Oct 25 13:14:35 IST 2017
1+
#Thu Feb 22 12:35:34 IST 2018
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

proswipebutton/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ ext {
2626

2727
android {
2828
compileSdkVersion 26
29-
buildToolsVersion "26.0.1"
3029

3130
defaultConfig {
3231
minSdkVersion 15
@@ -51,7 +50,7 @@ dependencies {
5150
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
5251
exclude group: 'com.android.support', module: 'support-annotations'
5352
})
54-
compile 'com.android.support:appcompat-v7:26.0.2'
53+
compile 'com.android.support:appcompat-v7:26.1.0'
5554
testCompile 'junit:junit:4.12'
5655
}
5756

0 commit comments

Comments
 (0)