We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40fd30f commit 4d90f94Copy full SHA for 4d90f94
1 file changed
README.md
@@ -32,7 +32,7 @@ steps:
32
distribution: 'temurin'
33
34
- name: Setup Android SDK
35
- uses: android-actions/setup-android@v3
+ uses: android-actions/setup-android@v4
36
37
- name: Build SampleApplication
38
run: ./gradlew --no-daemon build
@@ -47,7 +47,7 @@ Additional packages can be installed at a later time by calling sdkmanager manua
47
48
```yaml
49
50
51
with:
52
packages: ''
53
0 commit comments