Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
briar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julian Dehm
briar
Commits
950c6525
Unverified
Commit
950c6525
authored
9 years ago
by
akwizgran
Browse files
Options
Downloads
Patches
Plain Diff
Bumped version to 0.12 and expiry date to 1 July 2016.
parent
e0b01871
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
briar-android/AndroidManifest.xml
+2
-2
2 additions, 2 deletions
briar-android/AndroidManifest.xml
briar-android/src/org/briarproject/android/SplashScreenActivity.java
+2
-2
2 additions, 2 deletions
...id/src/org/briarproject/android/SplashScreenActivity.java
with
4 additions
and
4 deletions
briar-android/AndroidManifest.xml
+
2
−
2
View file @
950c6525
...
...
@@ -3,8 +3,8 @@
package=
"org.briarproject"
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
android:versionCode=
"1
1
"
android:versionName=
"0.1
1
"
>
android:versionCode=
"1
2
"
android:versionName=
"0.1
2
"
>
<uses-sdk
android:minSdkVersion=
"9"
...
...
This diff is collapsed.
Click to expand it.
briar-android/src/org/briarproject/android/SplashScreenActivity.java
+
2
−
2
View file @
950c6525
...
...
@@ -24,8 +24,8 @@ public class SplashScreenActivity extends BaseActivity {
private
static
final
Logger
LOG
=
Logger
.
getLogger
(
SplashScreenActivity
.
class
.
getName
());
// This build expires on 1 Ju
ne
2016
private
static
final
long
EXPIRY_DATE
=
146
4
73
5
600
*
1000L
;
// This build expires on 1 Ju
ly
2016
private
static
final
long
EXPIRY_DATE
=
14673
27
600
*
1000L
;
@Inject
protected
ConfigController
configController
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment