Skip to content
Snippets Groups Projects
Commit 856575d4 authored by cyberta's avatar cyberta Committed by cyberta
Browse files

update version to 1.5.1RC2

parent aada92c5
No related branches found
No related tags found
1 merge request!333update version to 1.5.1RC2
Pipeline #267949 passed with warnings
1.5.0RC2 API-v5 beta
features:
* replace MLKit with FOSS QR code scanning library zxing
* implement auth token support for invite codes
* updated translations
bugfix:
* fix typos in strings
* fix introducer handling when switching providers
* fix resetting obfuscation settings when switching providers
* always default to bridges in case a provider was setup via an invite token
* fix crash in obfsvpn
* fix crash while entering invalid invite code
1.5.0RC1 API-v5 beta 1.5.0RC1 API-v5 beta
features: features:
- support new provider config API (beta) - support new provider config API (beta)
......
...@@ -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 177000 versionCode 178000
versionName "1.5.0RC1" versionName "1.5.0RC2"
compileSdk 34 compileSdk 34
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 34 targetSdkVersion 34
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment