mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-09-01 01:59:32 +00:00
Compare commits
5 Commits
main
...
wip/yc/api-37.0
| Author | SHA1 | Date | |
|---|---|---|---|
| e53cc7208d | |||
| dc1e458fb5 | |||
| 028694f45a | |||
| 088647b700 | |||
| 91d2d14e77 |
@@ -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
|
||||
|
||||
@@ -4,7 +4,11 @@ plugins {
|
||||
|
||||
android {
|
||||
namespace = "com.example.testapp"
|
||||
compileSdk = 37
|
||||
compileSdk {
|
||||
version = release(37) {
|
||||
minorApiLevel = 1
|
||||
}
|
||||
}
|
||||
buildToolsVersion = "37.0.0"
|
||||
|
||||
defaultConfig {
|
||||
|
||||
Reference in New Issue
Block a user