edit apk name

This commit is contained in:
CiufudeanDani 2022-03-22 15:10:29 +02:00
parent bbed107c42
commit bac12825c9
2 changed files with 6 additions and 0 deletions

0
gradlew vendored Normal file → Executable file
View File

View File

@ -14,6 +14,11 @@ buildscript {
}
}
androidGitVersion {
codeFormat 'MNNBBBB'
format '%tag%%.count%'
hideBranches = ['develop']
}
android {
compileSdkVersion 31
@ -25,6 +30,7 @@ android {
targetSdkVersion 31
versionName androidGitVersion.name()
versionCode androidGitVersion.code()
archivesBaseName = "SafeDispatchMobile_v.$versionName"
}
buildTypes {