From ed6254cde00549535caaa4be75406b0b38b72e9e Mon Sep 17 00:00:00 2001 From: Yang Date: Tue, 16 Jun 2026 21:33:52 +1000 Subject: [PATCH] Revert "Add `minorApiLevel` for compile SDK. Test with API 37.0." This reverts commit 8acdc1106b255c84221c96bfa3934003f034a5fa. --- .github/workflows/main.yml | 14 +++----------- test-fixture/app/build.gradle.kts | 6 +----- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 04dbde59..3a94c103 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,23 +35,15 @@ jobs: api-level: 34 target: aosp_atd 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.0 - target: google_apis_playstore_ps16k - arch: x86_64 - - os: ubuntu-latest - api-level: 37.0 - target: google_apis_ps16k + api-level: 34-ext10 + target: android-automotive arch: x86_64 + system-image-api-level: 34-ext9 steps: - name: checkout diff --git a/test-fixture/app/build.gradle.kts b/test-fixture/app/build.gradle.kts index 63716999..0af471a2 100644 --- a/test-fixture/app/build.gradle.kts +++ b/test-fixture/app/build.gradle.kts @@ -4,11 +4,7 @@ plugins { android { namespace = "com.example.testapp" - compileSdk { - version = release(37) { - minorApiLevel = 0 - } - } + compileSdk = 37 buildToolsVersion = "37.0.0" defaultConfig {