Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
bitmask_android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Global localhost
bitmask_android
Commits
2f695932
Commit
2f695932
authored
2 years ago
by
cyberta
Browse files
Options
Downloads
Patches
Plain Diff
update version to 1.1.6
parent
b83e2600
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+14
-0
14 additions, 0 deletions
CHANGELOG
app/build.gradle
+2
-2
2 additions, 2 deletions
app/build.gradle
with
16 additions
and
2 deletions
CHANGELOG
+
14
−
0
View file @
2f695932
1.1.6 new year release
features:
* updated snowflake, tor, openvpn
* updated UI
* circumvention improvements
* updated translations
* support for the Message of the Day: providers can inform users about important events
bugfixes:
* fixed app crashes
* fixed memory leaks
* fixed empty gateway selection screen
* fixed manual provider addition
1.1.6RC2 Beta
bugfixes:
* fixed memory leaks: less memory consumption
...
...
This diff is collapsed.
Click to expand it.
app/build.gradle
+
2
−
2
View file @
2f695932
...
...
@@ -22,8 +22,8 @@ android {
// the factor 1000 is used so that gplay users can upgrade from split apks ((current version number - 1) * 1000) + n
// to extracted bundle apks, supplied by google
// however we don't calculate the versionCode here, because F-Droid doesn't like that
versionCode
16
6
000
versionName
"1.1.6
RC2
"
versionCode
16
7
000
versionName
"1.1.6"
minSdkVersion
21
targetSdkVersion
31
vectorDrawables
.
useSupportLibrary
=
true
...
...
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