Skip to content

Commit f1ff402

Browse files
Release v3.1.1-beta1
1 parent fd2ae94 commit f1ff402

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
applicationId "${packageName}"
2929
minSdkVersion 21
3030
targetSdkVersion 34
31-
versionCode 67
32-
versionName "3.1"
31+
versionCode 68
32+
versionName "3.1.1-beta1"
3333
multiDexEnabled true
3434
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
3535
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

app/src/main/assets/changelog.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
</head>
3232
<body>
3333
<div></div>
34+
<h3>Version 3.1.1-beta1</h3>
35+
<p>
36+
A recent Android Pixel update introduced a bug causing Aegis to sometimes show a black screen after unlocking the vault.
37+
We have reported this issue to the Google Issue Tracker (<a href="https://issuetracker.google.com/issues/352963108">link</a>) and
38+
are awaiting a response from Google. In the meantime, we have implemented a workaround to eliminates this bug.
39+
</p>
3440
<h3>Version 3.1</h3>
3541
<h4>New</h4>
3642
<ul>

0 commit comments

Comments
 (0)