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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
bitmask_android
Commits
075ace82
Commit
075ace82
authored
1 month ago
by
cyberta
Committed by
cyberta
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
update to version 1.5.1
parent
88c61eac
No related branches found
Branches containing commit
Tags
1.5.1
1 merge request
!337
Release 1.5.1
Pipeline
#267950
failed
4 weeks ago
Stage: docker_image_sdk
Stage: docker_image_other
Stage: build
Stage: test
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+9
-0
9 additions, 0 deletions
CHANGELOG
app/build.gradle
+2
-2
2 additions, 2 deletions
app/build.gradle
with
11 additions
and
2 deletions
CHANGELOG
+
9
−
0
View file @
075ace82
1.5.1 stable
features:
- see 1.5.0RC2 API-v5 beta and 1.5.0RC1 API-v5 beta
bugfixes:
- fixed obfs4+kcp performance issues
- handle panics in obfsvpn more gracefully
- fix barcode scanner photo leak
1.5.0RC2 API-v5 beta
features:
* replace MLKit with FOSS QR code scanning library zxing
...
...
This diff is collapsed.
Click to expand it.
app/build.gradle
+
2
−
2
View file @
075ace82
...
...
@@ -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
// to extracted bundle apks, supplied by google
// however we don't calculate the versionCode here, because F-Droid doesn't like that
versionCode
17
8
000
versionName
"1.5.
0RC2
"
versionCode
17
9
000
versionName
"1.5.
1
"
compileSdk
34
minSdkVersion
21
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