1
0
Fork 0

AndroidManifest.xml versionName is also automatically updated on build

This commit is contained in:
sspanak 2024-02-24 11:04:50 +02:00 committed by Dimo Karaivanov
parent 2547eda8bd
commit 6f1bb5820a
2 changed files with 10 additions and 8 deletions

View file

@ -38,7 +38,7 @@ tasks.register('writeDictionaryProperties') {
tasks.register('updateManifest') {
doLast {
updateManifestVersion(getVersionCode())
updateManifestVersion(getVersionCode(), getVersionName())
}
}