Skip to content
This repository was archived by the owner on Feb 3, 2020. It is now read-only.

Commit aed61c6

Browse files
Update tools version
1 parent f895e5f commit aed61c6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Aug 03 16:02:21 JST 2018
1+
#Fri Sep 14 15:32:46 JST 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-4.9-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ android {
1313
}
1414

1515
dependencies {
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

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ android {
2121

2222
dependencies {
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
}

0 commit comments

Comments
 (0)