edit apk name
This commit is contained in:
parent
bbed107c42
commit
bac12825c9
@ -14,6 +14,11 @@ buildscript {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
androidGitVersion {
|
||||||
|
codeFormat 'MNNBBBB'
|
||||||
|
format '%tag%%.count%'
|
||||||
|
hideBranches = ['develop']
|
||||||
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 31
|
compileSdkVersion 31
|
||||||
@ -25,6 +30,7 @@ android {
|
|||||||
targetSdkVersion 31
|
targetSdkVersion 31
|
||||||
versionName androidGitVersion.name()
|
versionName androidGitVersion.name()
|
||||||
versionCode androidGitVersion.code()
|
versionCode androidGitVersion.code()
|
||||||
|
archivesBaseName = "SafeDispatchMobile_v.$versionName"
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
Reference in New Issue
Block a user