From 9584f05408b63719e3464df8ac85bdbe58f88a64 Mon Sep 17 00:00:00 2001 From: Vilius Sutkus '89 Date: Mon, 25 Sep 2023 04:30:57 +0300 Subject: [PATCH] [README.md] Update version of this action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f141ab..707c143 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ steps: distribution: 'temurin' - name: Setup Android SDK - uses: android-actions/setup-android@v2 + uses: android-actions/setup-android@v3 - name: Build SampleApplication run: ./gradlew --no-daemon build