From dafdc3c533587dd4a0efb7a0f509970c2a090f0a Mon Sep 17 00:00:00 2001 From: David Yonge-Mallo Date: Mon, 20 Nov 2023 00:49:05 +0100 Subject: [PATCH] version 2023.11.20b (575) --- app/build.gradle | 4 ++-- .../android/klingonassistant/KlingonContentDatabase.java | 2 +- data | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 62e7a757..3ef4e208 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { // We are targeting only Tiramisu and above, since changes to the permission system are not backwards-compatible. minSdkVersion 33 targetSdkVersion 33 - versionCode 573 - versionName "2023.11.20a" + versionCode 575 + versionName "2023.11.20b" } buildFeatures { buildConfig = true 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 1112b557..1de22f15 100644 --- a/app/src/main/java/org/tlhInganHol/android/klingonassistant/KlingonContentDatabase.java +++ b/app/src/main/java/org/tlhInganHol/android/klingonassistant/KlingonContentDatabase.java @@ -206,7 +206,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 = 202311200; + private static final int BUNDLED_DATABASE_VERSION = 202311201; // 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 b8e5baa0..975d6358 160000 --- a/data +++ b/data @@ -1 +1 @@ -Subproject commit b8e5baa0b6b58cdd7fef2dd5a1fd659012229723 +Subproject commit 975d6358e14ea8e5a6e40bf7d805800f200c4eec