1
mirror of https://github.com/topjohnwu/Magisk synced 2024-11-11 17:38:25 +01:00

Upgrade SDK

This commit is contained in:
topjohnwu 2019-06-05 21:33:09 -07:00
parent c1602d2554
commit 7edfbfb764

View File

@ -36,7 +36,6 @@ subprojects {
repositories {
google()
jcenter()
maven { url "https://maven.fabric.io/public" }
maven { url "https://jitpack.io" }
maven { url "http://oss.sonatype.org/content/repositories/snapshots" }
}
@ -44,8 +43,8 @@ subprojects {
if (getPlugins().hasPlugin('com.android.library') ||
getPlugins().hasPlugin('com.android.application')) {
android {
compileSdkVersion 'android-Q'
buildToolsVersion '29.0.0-rc3'
compileSdkVersion 29
buildToolsVersion '29.0.0'
defaultConfig {
if (minSdkVersion == null)