mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 07:50:31 +05:30
don't use the version code as debug version number
This commit is contained in:
parent
a843a0e760
commit
0b7a5da760
@ -35,7 +35,6 @@ android {
|
||||
if (variant.name == 'debug') {
|
||||
variant.outputs.each { output ->
|
||||
output.versionCodeOverride = getUnixTime()
|
||||
output.versionNameOverride = getUnixTime()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user