mirror of
https://github.com/android-actions/setup-android.git
synced 2026-05-01 22:59:15 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4d90f94363 |
@@ -32,7 +32,7 @@ steps:
|
|||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
|
|
||||||
- name: Setup Android SDK
|
- name: Setup Android SDK
|
||||||
uses: android-actions/setup-android@v3
|
uses: android-actions/setup-android@v4
|
||||||
|
|
||||||
- name: Build SampleApplication
|
- name: Build SampleApplication
|
||||||
run: ./gradlew --no-daemon build
|
run: ./gradlew --no-daemon build
|
||||||
@@ -47,7 +47,7 @@ Additional packages can be installed at a later time by calling sdkmanager manua
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Setup Android SDK
|
- name: Setup Android SDK
|
||||||
uses: android-actions/setup-android@v3
|
uses: android-actions/setup-android@v4
|
||||||
with:
|
with:
|
||||||
packages: ''
|
packages: ''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user