We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3663495 commit ffa6e06Copy full SHA for ffa6e06
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Build Android
19
uses: reactivecircus/android-emulator-runner@v2
20
with:
21
- api-level: 30
+ api-level: 29
22
script: ./gradlew kotlin:assembleRelease
23
- name: Upload artifact
24
uses: actions/upload-artifact@v2
@@ -55,7 +55,7 @@ jobs:
55
- name: Publish to MavenCentral
56
57
58
59
script: ./gradlew publishAllPublicationsToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
60
env:
61
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
0 commit comments