diff --git a/android/app/build.gradle b/android/app/build.gradle index 8a2b507e..b07180c3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -153,8 +153,8 @@ android { applicationId "com.steve1316.granblue_automation_android" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 84 - versionName "4.0.2" + versionCode 85 + versionName "4.0.3" buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() if (isNewArchitectureEnabled()) { diff --git a/android/app/update.xml b/android/app/update.xml index 7ab50de4..e68305cf 100644 --- a/android/app/update.xml +++ b/android/app/update.xml @@ -1,13 +1,13 @@ - 4.0.2 + 4.0.3 https://github.com/steve1316/granblue-automation-android/releases -v4.0.2 - Changelog +v4.0.3 - Changelog -New +Fixed --- -- Add new options in the Settings page for certain Farming Modes like Proving Grounds to have the navigation use the second position in the Home Menu's list if there is already another event on top of it. +- Fix wrong keys being used when reading settings.json for the new options.