Skip to content

Commit

Permalink
Merge pull request #143 from dlyongemallo/master
Browse files Browse the repository at this point in the history
version 2023.11.20b (575)
  • Loading branch information
De7vID authored Nov 19, 2023
2 parents ab7fb55 + dafdc3c commit b573985
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion data
Submodule data updated 1 files
+1 −1 VERSION

0 comments on commit b573985

Please sign in to comment.