File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments