Android target/build SDK 33 => 34

This commit is contained in:
2024-08-25 12:15:42 +08:00
parent 4850a969c2
commit 63655edd42
+2 -2
View File
@@ -1,7 +1,7 @@
ext {
minSdkVersion = 22
compileSdkVersion = 33
targetSdkVersion = 33
compileSdkVersion = 34
targetSdkVersion = 34
androidxActivityVersion = '1.7.0'
androidxAppCompatVersion = '1.6.1'
androidxCoordinatorLayoutVersion = '1.2.0'