This commit is contained in:
2026-06-27 00:06:57 +08:00
parent e8e483b8c1
commit 68c48f87d5
6 changed files with 284 additions and 3 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
buildscript {
ext {
buildToolsVersion = "33.0.0"
buildToolsVersion = "34.0.0"
minSdkVersion = 21
compileSdkVersion = 33
compileSdkVersion = 34
targetSdkVersion = 34
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.