mod: 尝试compileSdkVersion由33升至34

This commit is contained in:
orz12
2024-05-25 10:18:45 +08:00
parent bc76818e6a
commit 07f5c97bcb

View File

@@ -37,7 +37,9 @@ def _keyAlias = System.getenv("KEY_ALIAS") ?: keystoreProperties["keyAlias"]
def _keyPassword = System.getenv("KEY_PASSWORD") ?: keystoreProperties["keyPassword"]
android {
compileSdkVersion flutter.compileSdkVersion
compileSdkVersion 34
namespace 'com.orz12.PiliPalaX'
ndkVersion flutter.ndkVersion
compileOptions {