Release v3.1.1-beta1

pull/1431/head
Michael Schättgen 8 months ago
parent fd2ae9423e
commit f1ff402db4

@ -28,8 +28,8 @@ android {
applicationId "${packageName}"
minSdkVersion 21
targetSdkVersion 34
versionCode 67
versionName "3.1"
versionCode 68
versionName "3.1.1-beta1"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

@ -31,6 +31,12 @@
</head>
<body>
<div></div>
<h3>Version 3.1.1-beta1</h3>
<p>
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 (<a href="https://issuetracker.google.com/issues/352963108">link</a>) and
are awaiting a response from Google. In the meantime, we have implemented a workaround to eliminates this bug.
</p>
<h3>Version 3.1</h3>
<h4>New</h4>
<ul>

Loading…
Cancel
Save