mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-09-05 11:39:31 +00:00
37.1.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user