targetSdkVersion S, compileSdkVersion android-S

This commit is contained in:
tateisu 2021-02-24 22:41:58 +09:00
parent c15f1c370f
commit 95eecabbc8
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
buildscript {
ext.min_sdk_version = 21
ext.target_sdk_version = 31
ext.compile_sdk_version = "S" // "sdk/platforms/android-S"
ext.target_sdk_version = 'S'
ext.compile_sdk_version = 'android-S' // "sdk/platforms/android-S"
ext.appcompat_version='1.2.0'