Compare commits

...

5 Commits

Author SHA1 Message Date
Yang e53cc7208d Add minorAPiLevel = 1. 2026-08-26 19:02:15 +10:00
Yang dc1e458fb5 google_apis
Revert "`google_apis`"

This reverts commit 6f67e3ba9f22901203822c28955d329e46ecfba9.

Remove `google_apis_ps16k` target.
2026-08-26 19:00:55 +10:00
Yang 028694f45a 37.1. 2026-08-26 18:39:29 +10:00
Yang 088647b700 Quotes. 2026-08-26 18:31:14 +10:00
Yang 91d2d14e77 Add minorApiLevel for compile SDK. Test with API 37.0. 2026-08-26 18:31:14 +10:00
2 changed files with 13 additions and 5 deletions
+8 -4
View File
@@ -35,15 +35,19 @@ jobs:
api-level: 34
target: aosp_atd
arch: x86_64
- os: ubuntu-latest
api-level: 35
target: google_apis
arch: x86_64
- os: ubuntu-latest
api-level: 34-ext10
target: android-automotive
arch: x86_64
system-image-api-level: 34-ext9
- os: ubuntu-latest
api-level: 35
target: google_apis
arch: x86_64
- os: ubuntu-latest
api-level: "37.1"
target: google_apis_playstore_ps16k
arch: x86_64
steps:
- name: checkout
+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 {