File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,23 +35,15 @@ jobs:
3535 api-level : 34
3636 target : aosp_atd
3737 arch : x86_64
38- - os : ubuntu-latest
39- api-level : 34-ext10
40- target : android-automotive
41- arch : x86_64
42- system-image-api-level : 34-ext9
4338 - os : ubuntu-latest
4439 api-level : 35
4540 target : google_apis
4641 arch : x86_64
4742 - os : ubuntu-latest
48- api-level : 37.0
49- target : google_apis_playstore_ps16k
50- arch : x86_64
51- - os : ubuntu-latest
52- api-level : 37.0
53- target : google_apis_ps16k
43+ api-level : 34-ext10
44+ target : android-automotive
5445 arch : x86_64
46+ system-image-api-level : 34-ext9
5547
5648 steps :
5749 - name : checkout
Original file line number Diff line number Diff line change @@ -4,11 +4,7 @@ plugins {
44
55android {
66 namespace = " com.example.testapp"
7- compileSdk {
8- version = release(37 ) {
9- minorApiLevel = 0
10- }
11- }
7+ compileSdk = 37
128 buildToolsVersion = " 37.0.0"
139
1410 defaultConfig {
You can’t perform that action at this time.
0 commit comments