Skip to content

Commit

Permalink
Update README.md version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy authored Dec 6, 2020
1 parent 4b538ec commit c5befa3
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.9
- uses: malinskiy/action-android/install-sdk@release/0.1.0

# 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.9
- uses: malinskiy/action-android/emulator-run-cmd@release/0.1.0
with:
cmd: ./gradlew integrationTest
api: 25
Expand Down

0 comments on commit c5befa3

Please sign in to comment.