79286692

Date: 2024-12-17 04:32:15
Score: 0.5
Natty:
Report link

for gradle.kts, you can make this:

defaultConfig {
    //....
    versionName = "1.0.0"
    base.archivesName = "your_app_name - $versionName"
}

Output File Name like this -> "your_app_name-1.0.0-release.apk"

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nguyễn Kim Khánh