Commit ddca4df
committed
Correct APK filename in build script
The build script `BuildApp.py` has been updated to use the correct filename for the generated APK. The script previously looked for `app-{build_type}-release.apk`, but the correct filename uses an underscore, `app_{build_type}_release.apk`.
This change ensures that the build script can locate the APK file for subsequent steps.1 parent 3d51c94 commit ddca4df
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments