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
Container registry
Model registry
Operate
Environments
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
leap
bitmask_android
Commits
e15787e8
Commit
e15787e8
authored
11 months ago
by
cyberta
Browse files
Options
Downloads
Patches
Plain Diff
update version to 1.4.1
parent
80e25f7f
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!307
update version to 1.4.1
Pipeline
#243043
passed
11 months ago
Stage: docker_image_sdk
Stage: docker_image_other
Stage: build
Stage: test
Changes
2
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+7
-0
7 additions, 0 deletions
CHANGELOG
app/build.gradle
+2
-2
2 additions, 2 deletions
app/build.gradle
with
9 additions
and
2 deletions
CHANGELOG
+
7
−
0
View file @
e15787e8
1.4.1 stable
features:
- update censorship circumvention library
- support for provider setups with multiple bridges colocated with a gateway
- translation updates (again love to all contributors)
- stable releasing 1.4.0 Release Candidate features and fixes (see below)
1.4.0RC2 pre-API-v5
1.4.0RC2 pre-API-v5
features:
features:
- mainly work under the hood to support future configuration API v5
- mainly work under the hood to support future configuration API v5
...
...
This diff is collapsed.
Click to expand it.
app/build.gradle
+
2
−
2
View file @
e15787e8
...
@@ -32,8 +32,8 @@ android {
...
@@ -32,8 +32,8 @@ android {
// 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
// however we don't calculate the versionCode here, because F-Droid doesn't like that
// however we don't calculate the versionCode here, because F-Droid doesn't like that
versionCode
17
5
000
versionCode
17
6
000
versionName
"1.4.
0RC2
"
versionName
"1.4.
1
"
compileSdk
34
compileSdk
34
minSdkVersion
21
minSdkVersion
21
targetSdkVersion
34
targetSdkVersion
34
...
...
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