This repository was archived by the owner on Feb 3, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 google()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.3.0-alpha04 '
9+ classpath ' com.android.tools.build:gradle:3.3.0-alpha10 '
1010 classpath ' com.github.dcendents:android-maven-gradle-plugin:1.3'
1111 // NOTE: Do not place your application dependencies here; they belong
1212 // in the individual module build.gradle files
Original file line number Diff line number Diff line change 1- # Fri Aug 03 16:02:21 JST 2018
1+ # Fri Sep 14 15:32:46 JST 2018
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.9 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10 -all.zip
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ android {
1313}
1414
1515dependencies {
16- implementation ' com.android.support:support-annotations:28.0.0-rc01 '
17- implementation ' com.android.support:support-compat:28.0.0-rc01 '
18- implementation ' com.android.support:support-dynamic-animation:28.0.0-rc01 '
16+ implementation ' com.android.support:support-annotations:28.0.0-rc02 '
17+ implementation ' com.android.support:support-compat:28.0.0-rc02 '
18+ implementation ' com.android.support:support-dynamic-animation:28.0.0-rc02 '
1919}
2020
2121// build a jar with source files
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ android {
2121
2222dependencies {
2323 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
24- implementation ' com.android.support:preference-v14:28.0.0-rc01 '
24+ implementation ' com.android.support:preference-v14:28.0.0-rc02 '
2525 implementation project(' :library' )
2626}
You can’t perform that action at this time.
0 commit comments