Commit 8706d834 authored by topjohnwu's avatar topjohnwu

Update Android Studio

parent 7cfab33e
...@@ -15,8 +15,8 @@ buildscript { ...@@ -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 { ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment