mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-03-29 08:42:16 +00:00
Upgrade SDK
This commit is contained in:
parent
c1602d2554
commit
7edfbfb764
@ -36,7 +36,6 @@ subprojects {
|
|||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
jcenter()
|
jcenter()
|
||||||
maven { url "https://maven.fabric.io/public" }
|
|
||||||
maven { url "https://jitpack.io" }
|
maven { url "https://jitpack.io" }
|
||||||
maven { url "http://oss.sonatype.org/content/repositories/snapshots" }
|
maven { url "http://oss.sonatype.org/content/repositories/snapshots" }
|
||||||
}
|
}
|
||||||
@ -44,8 +43,8 @@ subprojects {
|
|||||||
if (getPlugins().hasPlugin('com.android.library') ||
|
if (getPlugins().hasPlugin('com.android.library') ||
|
||||||
getPlugins().hasPlugin('com.android.application')) {
|
getPlugins().hasPlugin('com.android.application')) {
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 'android-Q'
|
compileSdkVersion 29
|
||||||
buildToolsVersion '29.0.0-rc3'
|
buildToolsVersion '29.0.0'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
if (minSdkVersion == null)
|
if (minSdkVersion == null)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user