Commit 7edfbfb7 authored by topjohnwu's avatar topjohnwu

Upgrade SDK

parent c1602d25
...@@ -36,7 +36,6 @@ subprojects { ...@@ -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 { ...@@ -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)
......
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