Skip to content

Commit 9d1cec9

Browse files
authored
Merge pull request #102 from dlyongemallo/master
version 2021.02.22a (547)
2 parents 34d8902 + 4e05242 commit 9d1cec9

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
CHANGELOG
22

3+
2021-02-22: Minor bug fixes. Added support for Anki decks and KLCP1 vocabulary.
34
2021-02-06: Improve database upgrade logic.
45
2020-12-16: New vocabulary from qepHom'a' 2020.
56
2020-12-02: Add support for Finnish (fi) language.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
// We are targeting only Marshmallow and above.
1313
minSdkVersion 23
1414
targetSdkVersion 29
15-
versionCode 545
16-
versionName "2021.02.06a"
15+
versionCode 547
16+
versionName "2021.02.22a"
1717
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1818
}
1919
buildTypes {

app/src/main/java/org/tlhInganHol/android/klingonassistant/KlingonContentDatabase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public class KlingonContentDatabase {
193193

194194
// This should be kept in sync with the version number in the data/VERSION
195195
// file used to generate the database which is bundled into the app.
196-
private static final int BUNDLED_DATABASE_VERSION = 202102060;
196+
private static final int BUNDLED_DATABASE_VERSION = 202102220;
197197

198198
// Metadata about the installed database, and the updated database, if any.
199199
public static final String KEY_INSTALLED_DATABASE_VERSION = "installed_database_version";

data

Submodule data updated from e4c0044 to 251f6d8

0 commit comments

Comments
 (0)