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
+2 -2
View File
@@ -45,11 +45,11 @@ jobs:
target: google_apis
arch: x86_64
- os: ubuntu-latest
api-level: "37.0"
api-level: "37.1"
target: google_apis_playstore_ps16k
arch: x86_64
- os: ubuntu-latest
api-level: "37.0"
api-level: "37.1"
target: google_apis_ps16k
arch: x86_64
+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 {