File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'
22
33android {
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'
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- # Wed Oct 25 13:14:35 IST 2017
1+ # Thu Feb 22 12:35:34 IST 2018
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
Original file line number Diff line number Diff line change 2626
2727android {
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
You can’t perform that action at this time.
0 commit comments