Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Julian Dehm
briar
Commits
6e931e9b
Unverified
Commit
6e931e9b
authored
Jul 17, 2017
by
akwizgran
Browse files
Bump version number and expiry date for beta release.
parent
7e749124
Changes
2
Hide whitespace changes
Inline
Side-by-side
briar-android/build.gradle
View file @
6e931e9b
...
...
@@ -78,8 +78,8 @@ android {
defaultConfig
{
minSdkVersion
14
targetSdkVersion
22
versionCode
1
5
versionName
"0.1
5
"
versionCode
1
601
versionName
"0.1
6.1
"
applicationId
"org.briarproject.briar.beta"
resValue
"string"
,
"app_package"
,
"org.briarproject.briar.beta"
buildConfigField
"String"
,
"GitHash"
,
"\"${getGitHash()}\""
...
...
briar-android/src/main/java/org/briarproject/briar/android/BriarApplication.java
View file @
6e931e9b
...
...
@@ -6,8 +6,8 @@ package org.briarproject.briar.android;
*/
public
interface
BriarApplication
{
// This build expires on 1 October 2017
long
EXPIRY_DATE
=
150
68124
00
*
1000L
;
// This build expires on 1
5
October 2017
long
EXPIRY_DATE
=
150
80220
00
*
1000L
;
AndroidComponent
getApplicationComponent
();
...
...
Write
Preview
Supports
Markdown
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