From 7506c702369d876645e50d61cb70f84f1cf88b48 Mon Sep 17 00:00:00 2001 From: Alexander Bakker Date: Wed, 26 May 2021 10:49:33 +0200 Subject: [PATCH] Release v2.0 --- app/build.gradle | 4 ++-- app/src/main/assets/changelog.html | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1e84a488..21b6f616 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,8 +24,8 @@ android { applicationId "${packageName}" minSdkVersion 21 targetSdkVersion 30 - versionCode 47 - versionName "2.0-beta2" + versionCode 48 + versionName "2.0" multiDexEnabled true buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\"" buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\"" diff --git a/app/src/main/assets/changelog.html b/app/src/main/assets/changelog.html index f2021162..38790726 100644 --- a/app/src/main/assets/changelog.html +++ b/app/src/main/assets/changelog.html @@ -43,6 +43,7 @@
  • Replaced the FAB with a bottom sheet dialog
  • Reorganization of settings into separate categories
  • Ability to 'share' images of QR codes to scan in Aegis
  • +
  • Option to save the current group filter
  • New translations for Bulgarian, Danish, Latvian, Swedish and Ukranian
  • Fixes