Release v3.1.1-beta1

This commit is contained in:
Michael Schättgen 2024-07-17 22:17:35 +02:00
parent fd2ae9423e
commit f1ff402db4
2 changed files with 8 additions and 2 deletions

View file

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

View file

@ -31,6 +31,12 @@
</head> </head>
<body> <body>
<div></div> <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> <h3>Version 3.1</h3>
<h4>New</h4> <h4>New</h4>
<ul> <ul>