Skip to content

Commit 63dc42e

Browse files
Update README.md
1 parent 118c15f commit 63dc42e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: setup-android-tools
13-
uses: maxim-lobanov/setup-android-tools@1.0
13+
uses: maxim-lobanov/setup-android-tools@v1.0
1414
with:
1515
packages: ndk;19.2.5345600
1616
```
@@ -21,7 +21,7 @@ jobs:
2121
build:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: maxim-lobanov/setup-android-tools@1.0
24+
- uses: maxim-lobanov/setup-android-tools@v1.0
2525
with:
2626
packages: |
2727
platforms;android-29
@@ -35,7 +35,7 @@ jobs:
3535
build:
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: maxim-lobanov/setup-android-tools@1.0
38+
- uses: maxim-lobanov/setup-android-tools@v1.0
3939
with:
4040
packages: ndk;19.2.5345600
4141
cache: true
@@ -66,4 +66,4 @@ See "[Caching dependencies to speed up workflows](https://help.github.com/github
6666

6767

6868
### License
69-
The scripts and documentation in this project are released under the [MIT License](LICENSE)
69+
The scripts and documentation in this project are released under the [MIT License](LICENSE)

0 commit comments

Comments
 (0)