Bump target SDK to 30

This commit is contained in:
topjohnwu
2021-01-22 05:03:33 -08:00
parent c87fdbea0f
commit ab9a83c82f
5 changed files with 34 additions and 38 deletions

View File

@@ -69,7 +69,7 @@ subprojects {
defaultConfig {
if (minSdkVersion == null)
minSdkVersion(17)
targetSdkVersion(28)
targetSdkVersion(30)
}
compileOptions {