mirror of
https://gitea.com/actions/setup-android.git
synced 2026-04-06 15:38:20 +01:00
[2/2] Update setup-android version in README.md
This commit is contained in:
@@ -32,7 +32,7 @@ steps:
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: Setup Android SDK
|
||||
uses: android-actions/setup-android@v3
|
||||
uses: android-actions/setup-android@v4
|
||||
|
||||
- name: Build SampleApplication
|
||||
run: ./gradlew --no-daemon build
|
||||
@@ -47,7 +47,7 @@ Additional packages can be installed at a later time by calling sdkmanager manua
|
||||
|
||||
```yaml
|
||||
- name: Setup Android SDK
|
||||
uses: android-actions/setup-android@v3
|
||||
uses: android-actions/setup-android@v4
|
||||
with:
|
||||
packages: ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user