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

update to version 1.3.1

parent ac5b6bd4
No related branches found
No related tags found
1 merge request!281Hotfix 1.3.1
Pipeline #221091 failed
1.3.1 hotfix
bugfix:
* fix app crash during provider setup in case the app is moved to background
1.3.0
features:
* update golang to v. 1.22.2
......
......@@ -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 172000
versionName "1.3.0"
versionCode 173000
versionName "1.3.1"
compileSdk 34
minSdkVersion 21
targetSdkVersion 34
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment