Skip to content

Commit ffa6e06

Browse files
committed
back to 29
1 parent 3663495 commit ffa6e06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build Android
1919
uses: reactivecircus/android-emulator-runner@v2
2020
with:
21-
api-level: 30
21+
api-level: 29
2222
script: ./gradlew kotlin:assembleRelease
2323
- name: Upload artifact
2424
uses: actions/upload-artifact@v2
@@ -55,7 +55,7 @@ jobs:
5555
- name: Publish to MavenCentral
5656
uses: reactivecircus/android-emulator-runner@v2
5757
with:
58-
api-level: 30
58+
api-level: 29
5959
script: ./gradlew publishAllPublicationsToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
6060
env:
6161
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}

0 commit comments

Comments
 (0)