Skip to content

Commit

Permalink
Release v2.2-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelschattgen committed Aug 30, 2023
1 parent 18e6fd2 commit 67d7f7a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId "${packageName}"
minSdkVersion 21
targetSdkVersion 33
versionCode 58
versionName "2.1.3"
versionCode 59
versionName "2.2-beta1"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
Expand Down
16 changes: 16 additions & 0 deletions app/src/main/assets/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@
</head>
<body>
<div></div>
<h3>Version 2.2</h3>
<h4>New</h4>
<ul>
<li>Authenticator Pro encrypted import support</li>
<li>Ability to change account name position</li>
<li>A new dialog explaining how our password reminder works</li>
<li>Ability to change copy behavior</li>
<li>Ability to only show account names when necessary</li>
<li>New view mode: Tiles/Grid</li>
<li>Added translation: Dutch (Frysian)</li>
<li>Updated translations</li>
</ul>
<h4>Fixes</h4>
<ul>
<li>Deleting an entry while a search filter is active now shows the correct state</li>
</ul>
<h3>Version 2.1.3</h3>
<h4>New</h4>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.1'
classpath 'com.android.tools.build:gradle:8.0.2'
classpath 'com.google.dagger:hilt-android-gradle-plugin:2.47'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.4'

Expand Down

0 comments on commit 67d7f7a

Please sign in to comment.