Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
briar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
680
Issues
680
List
Boards
Labels
Service Desk
Milestones
Merge Requests
11
Merge Requests
11
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
briar
briar
Commits
6565172e
Verified
Commit
6565172e
authored
Oct 29, 2018
by
akwizgran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version numbers for 1.1.4 release.
parent
7447468c
Pipeline
#2639
passed with stage
in 10 minutes and 13 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
bramble-android/build.gradle
bramble-android/build.gradle
+2
-2
briar-android/build.gradle
briar-android/build.gradle
+2
-2
No files found.
bramble-android/build.gradle
View file @
6565172e
...
...
@@ -9,8 +9,8 @@ android {
defaultConfig
{
minSdkVersion
14
targetSdkVersion
26
versionCode
1010
3
versionName
"1.1.
3
"
versionCode
1010
4
versionName
"1.1.
4
"
consumerProguardFiles
'proguard-rules.txt'
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
...
...
briar-android/build.gradle
View file @
6565172e
...
...
@@ -22,8 +22,8 @@ android {
defaultConfig
{
minSdkVersion
15
targetSdkVersion
26
versionCode
1010
3
versionName
"1.1.
3
"
versionCode
1010
4
versionName
"1.1.
4
"
applicationId
"org.briarproject.briar.android"
buildConfigField
"String"
,
"GitHash"
,
"\"${getStdout(['git', 'rev-parse', '--short=7', 'HEAD'], 'No commit hash')}\""
...
...
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