1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-04 11:13:36 +00:00

Add version name to apk filename

This commit is contained in:
luvletter2333 2022-01-21 16:53:16 +08:00
parent 9861e319f4
commit b848e5e666
No known key found for this signature in database
GPG Key ID: A26A8880836E1978

View File

@ -331,7 +331,7 @@ android {
applicationVariants.all { variant ->
variant.outputs.all { output ->
outputFileName = outputFileName.replace("TMessagesProj", "NekoX")
outputFileName = outputFileName.replace("TMessagesProj", "NekoX-v" + versionName)
}
}