mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-09-05 11:39:31 +00:00
Add minorApiLevel for compile SDK. Test with API 37.0.
This commit is contained in:
@@ -35,15 +35,23 @@ jobs:
|
|||||||
api-level: 34
|
api-level: 34
|
||||||
target: aosp_atd
|
target: aosp_atd
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
- os: ubuntu-latest
|
|
||||||
api-level: 35
|
|
||||||
target: google_apis
|
|
||||||
arch: x86_64
|
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
api-level: 34-ext10
|
api-level: 34-ext10
|
||||||
target: android-automotive
|
target: android-automotive
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
system-image-api-level: 34-ext9
|
system-image-api-level: 34-ext9
|
||||||
|
- os: ubuntu-latest
|
||||||
|
api-level: 35
|
||||||
|
target: google_apis
|
||||||
|
arch: x86_64
|
||||||
|
- os: ubuntu-latest
|
||||||
|
api-level: 37.0
|
||||||
|
target: google_apis_playstore_ps16k
|
||||||
|
arch: x86_64
|
||||||
|
- os: ubuntu-latest
|
||||||
|
api-level: 37.0
|
||||||
|
target: google_apis_ps16k
|
||||||
|
arch: x86_64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
|
|||||||
@@ -4,7 +4,11 @@ plugins {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
namespace = "com.example.testapp"
|
namespace = "com.example.testapp"
|
||||||
compileSdk = 37
|
compileSdk {
|
||||||
|
version = release(37) {
|
||||||
|
minorApiLevel = 0
|
||||||
|
}
|
||||||
|
}
|
||||||
buildToolsVersion = "37.0.0"
|
buildToolsVersion = "37.0.0"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
|
|||||||
Reference in New Issue
Block a user