Skip to content

Commit

Permalink
chore(README): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Nov 22, 2020
1 parent 9f9aa5e commit ca4e6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:
- uses: actions/checkout@v1

# Download & install the Android SDK.
- uses: malinskiy/action-android/install-sdk@release/0.0.7
- uses: malinskiy/action-android/install-sdk@release/0.0.8

# Set up platform tools like adb.
- run: sdkmanager platform-tools
Expand All @@ -45,7 +45,7 @@ It's imperative(!) to use `runs-on: macOS-10.15` if you want to have hardware ac
```yaml
steps:
- uses: actions/checkout@v1
- uses: malinskiy/action-android/emulator-run-cmd@release/0.0.7
- uses: malinskiy/action-android/emulator-run-cmd@release/0.0.8
with:
cmd: ./gradlew integrationTest
api: 25
Expand Down

0 comments on commit ca4e6b0

Please sign in to comment.