File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff 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()} \" "
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments