Revert "Add minorApiLevel for compile SDK. Test with API 37.0."

This reverts commit 8acdc1106b.
This commit is contained in:
Yang
2026-06-16 21:33:52 +10:00
parent 8acdc1106b
commit ed6254cde0
2 changed files with 4 additions and 16 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 {