File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 33buildscript {
44 repositories {
55 jcenter()
6+ google()
67 }
78 dependencies {
8- classpath ' com.android.tools.build:gradle:2.2.3 '
9+ classpath ' com.android.tools.build:gradle:3.4.1 '
910 // NOTE: Do not place your application dependencies here; they belong
1011 // in the individual module build.gradle files
1112 }
@@ -14,5 +15,6 @@ buildscript {
1415allprojects {
1516 repositories {
1617 jcenter()
18+ google()
1719 }
1820}
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'
22
33android {
44 compileSdkVersion 25
5- buildToolsVersion " 25.0.2"
65
76 defaultConfig {
87 applicationId " com.daimajia.androidanimations"
@@ -22,8 +21,8 @@ android {
2221}
2322
2423dependencies {
25- compile fileTree(dir : ' libs' , include : [' *.jar' ])
26- compile ' com.nineoldandroids:library:2.4.0'
27- compile ' com.android.support:support-v4:25.1.1 '
28- compile project(' :library' )
24+ implementation fileTree(dir : ' libs' , include : [' *.jar' ])
25+ implementation ' com.nineoldandroids:library:2.4.0'
26+ implementation ' com.android.support:support-v4:25.4.0 '
27+ implementation project(' :library' )
2928}
Original file line number Diff line number Diff line change 1- # Mon Feb 13 22:06:02 CST 2017
1+ # Sat Jun 01 01:42:21 CST 2019
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.14 .1-all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.1 .1-all.zip
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
22
33android {
44 compileSdkVersion 25
5- buildToolsVersion " 25.0.2"
65
76 defaultConfig {
87 minSdkVersion 14
@@ -19,8 +18,8 @@ android {
1918}
2019
2120dependencies {
22- compile fileTree(dir : ' libs' , include : [' *.jar' ])
23- compile ' com.daimajia.easing:library:2.0@aar'
24- compile ' com.android.support:support-compat:25.1.1 '
21+ implementation fileTree(dir : ' libs' , include : [' *.jar' ])
22+ implementation ' com.daimajia.easing:library:2.0@aar'
23+ implementation ' com.android.support:support-compat:25.4.0 '
2524}
2625apply from : ' ./gradle-mvn-push.gradle'
You can’t perform that action at this time.
0 commit comments