mirror of
https://github.com/topjohnwu/Magisk
synced 2024-11-13 20:54:12 +01:00
Update Android Studio
This commit is contained in:
parent
7cfab33ebb
commit
8706d834b4
@ -15,8 +15,8 @@ buildscript {
|
||||
maven { url 'https://kotlin.bintray.com/kotlinx' }
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.5.0-rc01'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.40"
|
||||
classpath 'com.android.tools.build:gradle:3.5.0-rc02'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.41"
|
||||
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
@ -44,7 +44,7 @@ subprojects {
|
||||
getPlugins().hasPlugin('com.android.application')) {
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
buildToolsVersion '29.0.0'
|
||||
buildToolsVersion '29.0.1'
|
||||
|
||||
defaultConfig {
|
||||
if (minSdkVersion == null)
|
||||
|
Loading…
Reference in New Issue
Block a user