Update Android Studio

This commit is contained in:
topjohnwu 2019-08-02 21:26:00 -07:00
parent 7cfab33ebb
commit 8706d834b4

View File

@ -15,8 +15,8 @@ buildscript {
maven { url 'https://kotlin.bintray.com/kotlinx' } maven { url 'https://kotlin.bintray.com/kotlinx' }
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.5.0-rc01' classpath 'com.android.tools.build:gradle:3.5.0-rc02'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.40" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.41"
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
@ -44,7 +44,7 @@ subprojects {
getPlugins().hasPlugin('com.android.application')) { getPlugins().hasPlugin('com.android.application')) {
android { android {
compileSdkVersion 29 compileSdkVersion 29
buildToolsVersion '29.0.0' buildToolsVersion '29.0.1'
defaultConfig { defaultConfig {
if (minSdkVersion == null) if (minSdkVersion == null)