mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 05:29:34 -08:00
[README.md] Update version of this action
This commit is contained in:
parent
13f81365a4
commit
9584f05408
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ steps:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
|
|
||||||
- name: Setup Android SDK
|
- name: Setup Android SDK
|
||||||
uses: android-actions/setup-android@v2
|
uses: android-actions/setup-android@v3
|
||||||
|
|
||||||
- name: Build SampleApplication
|
- name: Build SampleApplication
|
||||||
run: ./gradlew --no-daemon build
|
run: ./gradlew --no-daemon build
|
||||||
|
|
Loading…
Reference in a new issue