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 target: google_apis
arch: x86_64 arch: x86_64
- os: ubuntu-latest - os: ubuntu-latest
api-level: "37.0" api-level: "37.1"
target: google_apis_playstore_ps16k target: google_apis_playstore_ps16k
arch: x86_64 arch: x86_64
- os: ubuntu-latest - os: ubuntu-latest
api-level: "37.0" api-level: "37.1"
target: google_apis_ps16k target: google_apis_ps16k
arch: x86_64 arch: x86_64
+1 -5
View File
@@ -4,11 +4,7 @@ plugins {
android { android {
namespace = "com.example.testapp" namespace = "com.example.testapp"
compileSdk { compileSdk = 37
version = release(37) {
minorApiLevel = 0
}
}
buildToolsVersion = "37.0.0" buildToolsVersion = "37.0.0"
defaultConfig { defaultConfig {