mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-23 21:27:40 +03:00
Add commit number to version name in debug version
This commit is contained in:
parent
7c503648ff
commit
1844b8c5a2
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ android {
|
|||
|
||||
buildTypes {
|
||||
debug {
|
||||
versionNameSuffix ".${getCommitCount()}"
|
||||
applicationIdSuffix ".debug"
|
||||
}
|
||||
release {
|
||||
|
|
Loading…
Reference in a new issue