Update build output apk name.
Description
Instead of having an apk name as app-release-unsigned.apk
, we should have a name like AppLounge-{versionName}-{buildTypeName}.apk
.
Example: AppLounge-2.2.0-releaseDev.apk
Issue(s)
Test environment
Test procedures
Technical details
Useful for prebuilts.
Please update the Android.mk
file for App Lounge with the actual file name. This has to be done manually every time when new prebuilt apk is made.
Screenshots
Check list
-
Self review -
Test procedure explained -
Tested on fresh install -
Tested applied as an update -
License -
Internal documentation -
User documentation