From 17d8d5a5b1588d51a045f5f3bb3fdb867a7aea3e Mon Sep 17 00:00:00 2001 From: Anton Malinskiy Date: Mon, 30 Nov 2020 19:48:46 +1100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2af4501..12c38083 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ steps: - uses: actions/checkout@v1 # Download & install the Android SDK. - - uses: malinskiy/action-android/install-sdk@release/0.0.8 + - uses: malinskiy/action-android/install-sdk@release/0.0.9 # Set up platform tools like adb. - run: sdkmanager platform-tools @@ -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.8 + - uses: malinskiy/action-android/emulator-run-cmd@release/0.0.9 with: cmd: ./gradlew integrationTest api: 25