Add minorApiLevel for compile SDK. Test with API 37.0.

This commit is contained in:
Yang
2026-06-16 21:30:19 +10:00
parent a917366169
commit 8acdc1106b
2 changed files with 17 additions and 5 deletions
+5 -1
View File
@@ -4,7 +4,11 @@ plugins {
android {
namespace = "com.example.testapp"
compileSdk = 37
compileSdk {
version = release(37) {
minorApiLevel = 0
}
}
buildToolsVersion = "37.0.0"
defaultConfig {