Skip to content

Commit 3ae9226

Browse files
committed
update: java version checkout v1 to v3
1 parent b11213c commit 3ae9226

5 files changed

+10
-7
lines changed

.github/workflows/android-ci-generate-apk-aab-clean.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Generated APK AAB (Clean)
1+
name: Generated APK AAB (Clean - Clean chace and artifacts))
22

33
on:
44
# Allows you to run this workflow manually from the Actions tab

.github/workflows/android-ci-generate-apk-aab-download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Generated APK AAB (Download)
1+
name: Generated APK AAB (Download (still in development))
22

33
env:
44
# The name of the main module repository

.github/workflows/android-ci-generate-apk-aab-upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Generated APK AAB (Upload)
1+
name: Generated APK AAB (Upload - Create Artifact To Github Action)
22

33
env:
44
# The name of the main module repository
@@ -31,7 +31,7 @@ jobs:
3131
# Set Repository Name As Env Variable
3232
- name: Set repository name as env variable
3333
run: echo "repository_name=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV
34-
34+
3535
- name: Set Up JDK
3636
uses: actions/setup-java@v3
3737
with:

.github/workflows/android-ci-publish-play-store.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Android Publish Play Store
1+
name: Android Publish Play Store (Still in development)
22

33
env:
44
# The name of the main module repository

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
## Version Release
2727
This Is Latest Release
2828

29-
$version_release = 2.2.0
29+
$version_release = 2.2.1
3030

3131
What's New??
3232

@@ -35,6 +35,7 @@ What's New??
3535
* Update Gradle Latest Version *
3636
* Update Kotlin Latest Version *
3737
* Update Java Version From 11 to 17 *
38+
* Update Java Action version to 3 *
3839

3940
## Article Sources
4041
- [How To Securely Build and Sign Your Android App With GitHub Actions](https://proandroiddev.com/how-to-securely-build-and-sign-your-android-app-with-github-actions-ad5323452ce)
@@ -94,7 +95,9 @@ jobs:
9495
- name: Set Up JDK
9596
uses: actions/setup-java@v3
9697
with:
97-
java-version: 17
98+
distribution: 'zulu' # See 'Supported distributions' for available options
99+
java-version: '17'
100+
cache: 'gradle'
98101

99102
- name: Change wrapper permissions
100103
run: chmod +x ./gradlew

0 commit comments

Comments
 (0)