mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-22 10:01:48 +01:00
Add commit number to version name in debug version
This commit is contained in:
parent
7c503648ff
commit
1844b8c5a2
@ -51,6 +51,7 @@ android {
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
versionNameSuffix ".${getCommitCount()}"
|
||||
applicationIdSuffix ".debug"
|
||||
}
|
||||
release {
|
||||
|
Loading…
Reference in New Issue
Block a user