From 908273eab178993250c9832cfce06cbf1f610ba5 Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Tue, 1 Oct 2024 00:38:14 -0400 Subject: [PATCH] Bump version info for version 4.1.2. --- app/build.gradle | 4 ++-- app/src/main/java/dnd/jon/spellbook/GlobalInfo.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a6e98c98..e379fb8c 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId "dnd.jon.spellbook" minSdkVersion 24 targetSdkVersion 34 - versionCode 4001001 - versionName "4.1.1" + versionCode 4001002 + versionName "4.1.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" signingConfig signingConfigs.release } diff --git a/app/src/main/java/dnd/jon/spellbook/GlobalInfo.java b/app/src/main/java/dnd/jon/spellbook/GlobalInfo.java index 34bac08c..f20bb2c0 100644 --- a/app/src/main/java/dnd/jon/spellbook/GlobalInfo.java +++ b/app/src/main/java/dnd/jon/spellbook/GlobalInfo.java @@ -2,7 +2,7 @@ class GlobalInfo { - static final Version VERSION = new Version(4,1,1); + static final Version VERSION = new Version(4,1,2); static final String VERSION_CODE = VERSION.string(); // We don't always want to show an update message