We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e2d7c commit 1887b5aCopy full SHA for 1887b5a
2 files changed
.github/workflows/pull_request_validation.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- api-level: [26, 34]
+ api-level: [35]
17
18
steps:
19
- uses: actions/checkout@v6
@@ -52,7 +52,7 @@ jobs:
52
arch: x86_64
53
force-avd-creation: false
54
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
55
- disable-animations: false
+ disable-animations: true
56
script: echo "Generated AVD snapshot for caching."
57
58
- name: Run Instrumented Tests
libtestingexample/build.gradle
@@ -10,8 +10,8 @@ android {
10
namespace "me.jdvp.librarytestexample"
11
defaultConfig {
12
minSdk 26
- compileSdk 36
- targetSdk 36
+ compileSdk 37
+ targetSdk 37
versionCode 1
versionName "1.0"
0 commit comments