main compileSdkVersion to 34

This commit is contained in:
0xturboblitz
2024-08-31 15:52:04 +09:00
parent 016fa9eda9
commit dd76c71742

View File

@@ -2,10 +2,10 @@
buildscript {
ext {
buildToolsVersion = "33.0.0"
minSdkVersion = 23
compileSdkVersion = 33
targetSdkVersion = 33
buildToolsVersion = "34.0.0"
minSdkVersion = 24
compileSdkVersion = 34
targetSdkVersion = 34
kotlin_version = '1.7.20'
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.