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 { 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)