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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Global localhost
bitmask_android
Commits
27ab13a0
Commit
27ab13a0
authored
May 21, 2022
by
cyberta
Browse files
Options
Downloads
Plain Diff
Merge branch 'prepare_1.1.4' into 'master'
update version to 1.1.4 See merge request
leap/bitmask_android!189
parents
93f00e6a
453760b6
Branches
Branches containing commit
Tags
1.1.4
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+11
-0
11 additions, 0 deletions
CHANGELOG
app/build.gradle
+3
-2
3 additions, 2 deletions
app/build.gradle
with
14 additions
and
2 deletions
CHANGELOG
+
11
−
0
View file @
27ab13a0
1.1.4
features:
* improve censorship circumvention if VPN certificate needs to be fetched
* point donation link to Riseup Labs
* updated translations
bugfixes:
* fix notifications not disappearing after disconnecting the VPN from the quick tile settings
* fix some app crashes
* fix icon colors in advanced settings screen
1.1.3
1.1.3
features:
features:
* set donation nagging to 7 days
* set donation nagging to 7 days
...
...
This diff is collapsed.
Click to expand it.
app/build.gradle
+
3
−
2
View file @
27ab13a0
...
@@ -17,8 +17,9 @@ android {
...
@@ -17,8 +17,9 @@ android {
applicationId
"se.leap.bitmaskclient"
applicationId
"se.leap.bitmaskclient"
// the factor 1000 is used so that gplay users can upgrade from split apks ((current version number - 1) * 1000) + n
// 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
// to extracted bundle apks, supplied by google
versionCode
161
*
1000
// however we don't calculate the versionCode here, because F-Droid doesn't like that
versionName
"1.1.3"
versionCode
162000
versionName
"1.1.4"
minSdkVersion
16
minSdkVersion
16
targetSdkVersion
30
targetSdkVersion
30
vectorDrawables
.
useSupportLibrary
=
true
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