Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
gitter
gitter-android-app
Commits
fd5f2100
Commit
fd5f2100
authored
Sep 03, 2020
by
Eric Eastwood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version
parent
17f8e77e
Pipeline
#185466705
passed with stages
in 21 minutes and 8 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/build.gradle
app/build.gradle
+1
-1
No files found.
app/build.gradle
View file @
fd5f2100
...
...
@@ -50,7 +50,7 @@ android {
targetSdkVersion
28
versionCode
Integer
.
valueOf
(
System
.
env
.
VERSION_CODE
?:
1
)
// Manually bump the semver version part of the string as necessary
versionName
"3.
5.3
-${System.env.VERSION_SHA}"
versionName
"3.
6.0
-${System.env.VERSION_SHA}"
buildConfigField
(
"String"
,
"oauth_client_id"
,
"${secretProperties['oauth_client_id']}"
)
buildConfigField
(
"String"
,
"oauth_client_secret"
,
"${secretProperties['oauth_client_secret']}"
)
...
...
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