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:
parent
9861e319f4
commit
b848e5e666
@ -331,7 +331,7 @@ android {
|
||||
|
||||
applicationVariants.all { variant ->
|
||||
variant.outputs.all { output ->
|
||||
outputFileName = outputFileName.replace("TMessagesProj", "NekoX")
|
||||
outputFileName = outputFileName.replace("TMessagesProj", "NekoX-v" + versionName)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user