1
0
mirror of https://github.com/NekoX-Dev/NekoX.git synced 2024-12-12 10:10:07 +01: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)
}
}