Release v2.2-beta1

This commit is contained in:
Michael Schättgen 2023-08-30 21:37:56 +02:00
parent 18e6fd2561
commit 67d7f7a75d
3 changed files with 19 additions and 3 deletions

View File

@ -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()}\""

View File

@ -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>

View File

@ -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'