From 3b3500e82fef981769cc6fff1dddc58cbe66ed48 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sat, 27 Apr 2024 00:54:38 +0200 Subject: update to version 1.3.1 --- CHANGELOG | 4 ++++ app/build.gradle | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9949bd13..50d57c9c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +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 diff --git a/app/build.gradle b/app/build.gradle index aaa1acba..68182fa5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 -- cgit v1.2.3