From 4e05242dd4bc1c3fb5f03b6e5fd6872de1c9e900 Mon Sep 17 00:00:00 2001 From: De'vID Date: Sun, 21 Feb 2021 23:19:37 +0000 Subject: [PATCH] version 2021.02.22a (547) --- CHANGELOG | 1 + app/build.gradle | 4 ++-- .../android/klingonassistant/KlingonContentDatabase.java | 2 +- data | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 76f8f9a1..38bbe91c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ CHANGELOG +2021-02-22: Minor bug fixes. Added support for Anki decks and KLCP1 vocabulary. 2021-02-06: Improve database upgrade logic. 2020-12-16: New vocabulary from qepHom'a' 2020. 2020-12-02: Add support for Finnish (fi) language. diff --git a/app/build.gradle b/app/build.gradle index 6a43e4c2..32758e09 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { // We are targeting only Marshmallow and above. minSdkVersion 23 targetSdkVersion 29 - versionCode 545 - versionName "2021.02.06a" + versionCode 547 + versionName "2021.02.22a" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/app/src/main/java/org/tlhInganHol/android/klingonassistant/KlingonContentDatabase.java b/app/src/main/java/org/tlhInganHol/android/klingonassistant/KlingonContentDatabase.java index af5887d2..315df794 100644 --- a/app/src/main/java/org/tlhInganHol/android/klingonassistant/KlingonContentDatabase.java +++ b/app/src/main/java/org/tlhInganHol/android/klingonassistant/KlingonContentDatabase.java @@ -193,7 +193,7 @@ public class KlingonContentDatabase { // This should be kept in sync with the version number in the data/VERSION // file used to generate the database which is bundled into the app. - private static final int BUNDLED_DATABASE_VERSION = 202102060; + private static final int BUNDLED_DATABASE_VERSION = 202102220; // Metadata about the installed database, and the updated database, if any. public static final String KEY_INSTALLED_DATABASE_VERSION = "installed_database_version"; diff --git a/data b/data index e4c00449..251f6d89 160000 --- a/data +++ b/data @@ -1 +1 @@ -Subproject commit e4c00449b763cabd5740de8c1841b8741402d74f +Subproject commit 251f6d89ec7ab51f69bdb806b4ec95398b663a1b