Add minorAPiLevel = 1.

This commit is contained in:
Yang
2026-08-26 19:02:15 +10:00
parent dc1e458fb5
commit e53cc7208d
+5 -1
View File
@@ -4,7 +4,11 @@ plugins {
android {
namespace = "com.example.testapp"
compileSdk = 37
compileSdk {
version = release(37) {
minorApiLevel = 1
}
}
buildToolsVersion = "37.0.0"
defaultConfig {