Skip to content
Snippets Groups Projects
Commit 1f72c692 authored by cyberta's avatar cyberta
Browse files

update to version 1.5.1

parent ed86e2b0
No related branches found
No related tags found
No related merge requests found
Pipeline #264985 passed with warnings
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
......
......@@ -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 178000
versionName "1.5.0RC2"
versionCode 179000
versionName "1.5.1"
compileSdk 34
minSdkVersion 21
targetSdkVersion 34
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment