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 3
3
buildscript {
4
4
repositories {
5
5
jcenter()
6
+ google()
6
7
}
7
8
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.2.3 '
9
+ classpath ' com.android.tools.build:gradle:3.4.1 '
9
10
// NOTE: Do not place your application dependencies here; they belong
10
11
// in the individual module build.gradle files
11
12
}
@@ -14,5 +15,6 @@ buildscript {
14
15
allprojects {
15
16
repositories {
16
17
jcenter()
18
+ google()
17
19
}
18
20
}
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion 25
5
- buildToolsVersion " 25.0.2"
6
5
7
6
defaultConfig {
8
7
applicationId " com.daimajia.androidanimations"
@@ -22,8 +21,8 @@ android {
22
21
}
23
22
24
23
dependencies {
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' )
29
28
}
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
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =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'
2
2
3
3
android {
4
4
compileSdkVersion 25
5
- buildToolsVersion " 25.0.2"
6
5
7
6
defaultConfig {
8
7
minSdkVersion 14
@@ -19,8 +18,8 @@ android {
19
18
}
20
19
21
20
dependencies {
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 '
25
24
}
26
25
apply from : ' ./gradle-mvn-push.gradle'
You can’t perform that action at this time.
0 commit comments