Update AS

This commit is contained in:
topjohnwu 2019-09-09 22:43:31 -04:00
parent 058fe022f2
commit fd97547d33
3 changed files with 8 additions and 8 deletions

View File

@ -9,7 +9,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0-alpha12'
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
@ -81,13 +81,13 @@ subprojects {
afterEvaluate {
android {
compileSdkVersion 28
buildToolsVersion '28.0.3'
compileSdkVersion 29
buildToolsVersion '29.0.2'
defaultConfig {
if (minSdkVersion == null)
minSdkVersion 9
targetSdkVersion 28
targetSdkVersion 29
}
compileOptions {

View File

@ -11,6 +11,6 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
api 'androidx.annotation:annotation:1.0.2'
javadocDeps 'androidx.annotation:annotation:1.0.2'
api 'androidx.annotation:annotation:1.1.0'
javadocDeps 'androidx.annotation:annotation:1.1.0'
}

View File

@ -1,6 +1,6 @@
#Mon Apr 15 22:41:25 EDT 2019
#Mon Sep 09 22:17:48 EDT 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip