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

update to version 1.1.7

parent 13c75b3b
No related branches found
No related tags found
No related merge requests found
1.1.7 new year release #2
bugfixes:
* hide debugging entries in settings in releases
1.1.6 new year release 1.1.6 new year release
features: features:
* updated snowflake, tor, openvpn * updated snowflake, tor, openvpn
... ...
......
...@@ -22,8 +22,8 @@ android { ...@@ -22,8 +22,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 167000 versionCode 168000
versionName "1.1.6" versionName "1.1.7"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 31 targetSdkVersion 31
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment