Skip to content

Commit 73e2033

Browse files
authored
Merge pull request #16 from chkfung/update-readme-1.2.2
update 1.2.2 readme
2 parents 93bdf9a + 4791e43 commit 73e2033

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.MD

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# android-version-action v1.2.1
1+
# android-version-action v1.2.2
22
Override your android version number and version code through github actions
33

44
## Features
@@ -22,13 +22,14 @@ jobs:
2222
runs-on: ubuntu-latest
2323
2424
steps:
25-
- uses: actions/checkout@v2
26-
- name: set up JDK 1.8
27-
uses: actions/setup-java@v1
25+
- uses: actions/checkout@v4
26+
- name: set up JDK 1.11
27+
uses: actions/setup-java@v4
2828
with:
29-
java-version: 1.8
29+
distribution: 'temurin'
30+
java-version: 11.0.22+7
3031
- name: Bump version
31-
uses: chkfung/[email protected].1
32+
uses: chkfung/[email protected].2
3233
with:
3334
gradlePath: app/build.gradle # or app/build.gradle.kts
3435
versionCode: ${{github.run_number}}

0 commit comments

Comments
 (0)