Release v2.0

This commit is contained in:
Alexander Bakker 2021-05-26 10:49:33 +02:00
parent d1e3224cba
commit 7506c70236
2 changed files with 3 additions and 2 deletions

View file

@ -24,8 +24,8 @@ android {
applicationId "${packageName}" applicationId "${packageName}"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 47 versionCode 48
versionName "2.0-beta2" versionName "2.0"
multiDexEnabled true multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\"" buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\"" buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

View file

@ -43,6 +43,7 @@
<li>Replaced the FAB with a bottom sheet dialog</li> <li>Replaced the FAB with a bottom sheet dialog</li>
<li>Reorganization of settings into separate categories</li> <li>Reorganization of settings into separate categories</li>
<li>Ability to 'share' images of QR codes to scan in Aegis</li> <li>Ability to 'share' images of QR codes to scan in Aegis</li>
<li>Option to save the current group filter</li>
<li>New translations for Bulgarian, Danish, Latvian, Swedish and Ukranian</li> <li>New translations for Bulgarian, Danish, Latvian, Swedish and Ukranian</li>
</ul> </ul>
<h4>Fixes</h4> <h4>Fixes</h4>