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

update version to 1.1.6RC1

parent f31300d4
No related branches found
No related tags found
No related merge requests found
...@@ -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 164000 versionCode 165000
versionName "1.1.5RC2" versionName "1.1.6RC1"
minSdkVersion 16 minSdkVersion 16
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