Skip to content

Commit e60b1a7

Browse files
committed
revved version in readme, also upped build script to go for 30 over 29
1 parent 6c96198 commit e60b1a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 29
21+
api-level: 30
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: 29
58+
api-level: 30
5959
script: ./gradlew publishAllPublicationsToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
6060
env:
6161
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is the Android runtime for [Rive](https://rive.app), currently in beta. The
1313
To add Rive in your project, include the following in your `dependencies`:
1414

1515
```
16-
implementation 'app.rive:rive-android:0.0.2'
16+
implementation 'app.rive:rive-android:0.0.4'
1717
```
1818

1919
## RiveAnimationView

0 commit comments

Comments
 (0)