Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Neil Alexander
element-android
Commits
603e17ac
Unverified
Commit
603e17ac
authored
Mar 28, 2022
by
Neil Alexander
Browse files
Update Gradle file
parent
309d3712
Changes
1
Hide whitespace changes
Inline
Side-by-side
vector/build.gradle
View file @
603e17ac
...
...
@@ -38,7 +38,7 @@ def getVersionCode() {
if
(
gitBranchName
()
==
"develop"
)
{
return
generateVersionCodeFromTimestamp
()
}
else
if
(
gitBranchName
()
==
"neilalexander/p2p"
)
{
return
75
return
96
}
else
{
return
generateVersionCodeFromVersionName
()
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment