Skip to content

Commit 1887b5a

Browse files
committed
update compile sdk and commit validation job
1 parent 03e2d7c commit 1887b5a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pull_request_validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
api-level: [26, 34]
16+
api-level: [35]
1717

1818
steps:
1919
- uses: actions/checkout@v6
@@ -52,7 +52,7 @@ jobs:
5252
arch: x86_64
5353
force-avd-creation: false
5454
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
55-
disable-animations: false
55+
disable-animations: true
5656
script: echo "Generated AVD snapshot for caching."
5757

5858
- name: Run Instrumented Tests

libtestingexample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
namespace "me.jdvp.librarytestexample"
1111
defaultConfig {
1212
minSdk 26
13-
compileSdk 36
14-
targetSdk 36
13+
compileSdk 37
14+
targetSdk 37
1515
versionCode 1
1616
versionName "1.0"
1717

0 commit comments

Comments
 (0)