Skip to content

Commit 4c75f5a

Browse files
author
tiann
committed
upgrade build tools
1 parent f1bb865 commit 4c75f5a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

VirtualApp/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
}
2323
}
2424

25-
compileSdkVersion 26
26-
buildToolsVersion '26.0.2'
25+
compileSdkVersion 28
26+
buildToolsVersion '28.0.3'
2727
defaultConfig {
2828
applicationId "io.va.exposed"
2929
minSdkVersion 21

VirtualApp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ buildscript {
1212
}
1313
}
1414
dependencies {
15-
classpath 'com.android.tools.build:gradle:3.0.1'
16-
classpath 'com.android.tools.build:gradle-experimental:0.11.0'
15+
classpath 'com.android.tools.build:gradle:3.2.1'
16+
classpath 'com.android.tools.build:gradle-experimental:0.11.1'
1717
// We recommend changing it to the latest version from our changelog:
1818
// https://docs.fabric.io/android/changelog.html#fabric-gradle-plugin
1919
classpath 'io.fabric.tools:gradle:1.+'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Nov 19 13:36:42 CST 2017
1+
#Mon Oct 29 11:05:44 CST 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.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

VirtualApp/lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ if (localProp.exists()) {
88
def exposedVersion = properties.getProperty("exposed.version") ?: "0.3.5"
99

1010
android {
11-
compileSdkVersion 26
12-
buildToolsVersion '26.0.2'
11+
compileSdkVersion 28
12+
buildToolsVersion '28.0.3'
1313

1414
defaultConfig {
1515
minSdkVersion 21

0 commit comments

Comments
 (0)