This commit is contained in:
Yang
2026-08-26 18:39:29 +10:00
parent 088647b700
commit 028694f45a
2 changed files with 3 additions and 7 deletions
+1 -5
View File
@@ -4,11 +4,7 @@ plugins {
android {
namespace = "com.example.testapp"
compileSdk {
version = release(37) {
minorApiLevel = 0
}
}
compileSdk = 37
buildToolsVersion = "37.0.0"
defaultConfig {