targetSdkVersion S, compileSdkVersion android-S

This commit is contained in:
tateisu 2021-02-24 22:42:08 +09:00
parent 95eecabbc8
commit 9d696c3559
1 changed files with 1 additions and 1 deletions

View File

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