AndroidManifest.xml versionName is also automatically updated on build
This commit is contained in:
parent
2547eda8bd
commit
6f1bb5820a
2 changed files with 10 additions and 8 deletions
|
|
@ -38,7 +38,7 @@ tasks.register('writeDictionaryProperties') {
|
|||
|
||||
tasks.register('updateManifest') {
|
||||
doLast {
|
||||
updateManifestVersion(getVersionCode())
|
||||
updateManifestVersion(getVersionCode(), getVersionName())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue