88 branches :
99 - ' *'
1010
11- env :
12- ORG_GRADLE_PROJECT_NEXUS_USERNAME : ${{ secrets.NEXUS_USERNAME }}
13- ORG_GRADLE_PROJECT_NEXUS_PASSWORD : ${{ secrets.NEXUS_PASSWORD }}
14- ORG_GRADLE_PROJECT_SIGNING_KEY_ID : ${{ secrets.SIGNING_KEY_ID }}
15- ORG_GRADLE_PROJECT_SIGNING_KEY : ${{ secrets.SIGNING_KEY }}
16- ORG_GRADLE_PROJECT_SIGNING_PASSWORD : ${{ secrets.SIGNING_PASSWORD }}
17-
1811jobs :
1912
2013 build-on-macos :
@@ -70,30 +63,30 @@ jobs:
7063 path : |
7164 ~/.android/avd/*
7265 ~/.android/adb*
73- key : avd-35
66+ key : avd-36
7467
7568 - name : Create AVD and Generate Snapshot for Caching
7669 if : steps.avd-cache.outputs.cache-hit != 'true'
7770 uses : reactivecircus/android-emulator-runner@v2
7871 with :
79- api-level : 35
72+ api-level : 36
8073 target : google_apis
8174 arch : x86_64
8275 profile : pixel_6
83- emulator-build : 13373845
76+ emulator-build : 13701740
8477 force-avd-creation : false
8578 emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
8679 disable-animations : true
8780 script : echo "Generated AVD snapshot for caching."
8881
89- - name : Run Android 15 Instrumented Tests
82+ - name : Run Android 16 Instrumented Tests
9083 uses : reactivecircus/android-emulator-runner@v2
9184 with :
92- api-level : 35
85+ api-level : 36
9386 target : google_apis
9487 arch : x86_64
9588 profile : pixel_6
96- emulator-build : 13373845
89+ emulator-build : 13701740
9790 force-avd-creation : false
9891 emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
9992 disable-animations : true
@@ -239,7 +232,7 @@ jobs:
239232 target : default
240233 arch : x86_64
241234 profile : pixel_2
242- emulator-build : 13373845
235+ emulator-build : 13701740
243236 force-avd-creation : false
244237 emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
245238 disable-animations : true
@@ -252,7 +245,7 @@ jobs:
252245 target : default
253246 arch : x86_64
254247 profile : pixel_2
255- emulator-build : 13373845
248+ emulator-build : 13701740
256249 force-avd-creation : false
257250 emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
258251 disable-animations : true
0 commit comments