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