Skip to content

Commit 4f133c0

Browse files
authored
Merge pull request #110 from dlyongemallo/master
version 2021.04.09a (551)
2 parents 8237c70 + e24178f commit 4f133c0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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 549
16-
versionName "2021.03.28a"
15+
versionCode 551
16+
versionName "2021.04.09a"
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 = 202103280;
196+
private static final int BUNDLED_DATABASE_VERSION = 202104090;
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";

0 commit comments

Comments
 (0)