Skip to content

Commit

Permalink
Merge pull request #102 from dlyongemallo/master
Browse files Browse the repository at this point in the history
version 2021.02.22a (547)
  • Loading branch information
De7vID authored Feb 21, 2021
2 parents 34d8902 + 4e05242 commit 9d1cec9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion data
Submodule data updated from e4c004 to 251f6d

0 comments on commit 9d1cec9

Please sign in to comment.