Skip to content

Commit cea1b9a

Browse files
committed
2nd attempt at gettign to version 30
1 parent ffa6e06 commit cea1b9a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
- name: Build Android
1919
uses: reactivecircus/android-emulator-runner@v2
2020
with:
21-
api-level: 29
21+
api-level: 30
22+
target: google_apis
2223
script: ./gradlew kotlin:assembleRelease
2324
- name: Upload artifact
2425
uses: actions/upload-artifact@v2
@@ -55,7 +56,8 @@ jobs:
5556
- name: Publish to MavenCentral
5657
uses: reactivecircus/android-emulator-runner@v2
5758
with:
58-
api-level: 29
59+
api-level: 30
60+
target: google_apis
5961
script: ./gradlew publishAllPublicationsToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
6062
env:
6163
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}

0 commit comments

Comments
 (0)