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

update version to 1.4.1

parent 80e25f7f
Branches
Tags
1 merge request!307update version to 1.4.1
Pipeline #243043 passed
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
......
...@@ -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 175000 versionCode 176000
versionName "1.4.0RC2" versionName "1.4.1"
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