Skip to content

Commit 085e339

Browse files
committed
Update some actions to latest version
1 parent 1bbb210 commit 085e339

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828
with:
2929
java-version: 11
3030
- name: Run Instrumentation Test
31-
uses: reactivecircus/android-emulator-runner@v2
31+
uses: reactivecircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed # v2.34.0
3232
with:
33+
arch: 'x86_64'
3334
api-level: 29
3435
script: ./gradlew connectedCheck
3536
- name: Upload Artifacts

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ android {
2929
}
3030

3131
compileOptions {
32-
sourceCompatibility JavaVersion.VERSION_21
33-
targetCompatibility JavaVersion.VERSION_21
32+
sourceCompatibility JavaVersion.VERSION_11
33+
targetCompatibility JavaVersion.VERSION_11
3434
}
3535

3636
kotlinOptions {
37-
jvmTarget = '21'
37+
jvmTarget = '11'
3838
}
3939
}
4040

0 commit comments

Comments
 (0)