From 8960ffffb4251fbb1b202a6bb210e21c2a5a4234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Sch=C3=A4ttgen?= Date: Mon, 22 Jul 2024 00:17:19 +0200 Subject: [PATCH] Release v3.1.1 --- app/build.gradle | 4 ++-- app/src/main/assets/changelog.html | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 404bfb17..d85b6982 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,8 +28,8 @@ android { applicationId "${packageName}" minSdkVersion 21 targetSdkVersion 34 - versionCode 69 - versionName "3.1.1-beta1" + versionCode 70 + versionName "3.1.1" multiDexEnabled true buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\"" buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\"" diff --git a/app/src/main/assets/changelog.html b/app/src/main/assets/changelog.html index 221bcd89..1f97ffee 100644 --- a/app/src/main/assets/changelog.html +++ b/app/src/main/assets/changelog.html @@ -31,12 +31,18 @@
-

Version 3.1.1-beta1

+

Version 3.1.1

+

Fixes

A recent Android Pixel update introduced a bug causing Aegis to sometimes show a black screen after unlocking the vault. We have reported this issue to the Google Issue Tracker (link) and - are awaiting a response from Google. In the meantime, we have implemented a workaround to eliminates this bug. + are awaiting a response from Google. In the meantime, we have implemented a workaround that eliminates this bug.

+

Version 3.1

New