Skip to content

Commit ed6254c

Browse files
committed
Revert "Add minorApiLevel for compile SDK. Test with API 37.0."
This reverts commit 8acdc11.
1 parent 8acdc11 commit ed6254c

2 files changed

Lines changed: 4 additions & 16 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff 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

test-fixture/app/build.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ plugins {
44

55
android {
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 {

0 commit comments

Comments
 (0)