mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 15:30:31 +05:30
Merge pull request #2108 from Bnyro/master
don't use the version code as debug version number
This commit is contained in:
commit
f798d66591
@ -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