Skip to content

Commit

Permalink
Release v3.1.1-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelschattgen committed Jul 17, 2024
1 parent fd2ae94 commit f1ff402
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()}\""
Expand Down
6 changes: 6 additions & 0 deletions app/src/main/assets/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f1ff402

Please sign in to comment.