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