increase Android compile SDK

This commit is contained in:
Nick Fisher
2023-10-01 16:20:48 +08:00
parent 5fbae4aa1b
commit 909fa89818

View File

@@ -27,7 +27,7 @@ apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 31
compileSdkVersion 33
ndkVersion '25.2.9519653'
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8