You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+124-1
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@
16
16
- Using Github Workflows
17
17
- Automated Build AAB (release)
18
18
- Automated Build APK (release and debug)
19
+
- Have Bundle Tool
19
20
- Download Artifact
20
21
- Upload Artifact
21
22
- Clear (Articfact naming)
@@ -26,7 +27,7 @@
26
27
## Version Release
27
28
This Is Latest Release
28
29
29
-
$version_release = 2.2.1
30
+
$version_release = 2.2.2
30
31
31
32
What's New??
32
33
@@ -36,6 +37,8 @@ What's New??
36
37
* Update Kotlin Latest Version *
37
38
* Update Java Version From 11 to 17 *
38
39
* Update Java Action version to 3 *
40
+
* Update Android SDK Tools *
41
+
* Add Bundletool.jar for workflow github action *
39
42
40
43
## Article Sources
41
44
-[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)
@@ -194,6 +197,126 @@ jobs:
194
197
# skip-recent: 5
195
198
```
196
199
200
+
### Using Bundle Tool
201
+
202
+
#### Step 1. Prepare Bundle Tool
203
+
- Check Bundletool on (.github/lib/bundletool.jar) [Download Latest](https://github.com/google/bundletool/releases)
204
+
205
+
#### Step 2. Code Action in file [android-ci-generate-apk-aab-upload-3.yml](https://github.com/amirisback/automated-build-android-app-with-github-action/blob/master/.github/workflows/android-ci-generate-apk-aab-upload-3.yml)
0 commit comments