diff --git a/android/app/build.gradle b/android/app/build.gradle index 2bf12fe9..d9317c1f 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 88 - versionName "4.0.6" + versionCode 89 + versionName "4.0.7" buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() if (isNewArchitectureEnabled()) { diff --git a/android/app/update.xml b/android/app/update.xml index ab2762a9..69d54f07 100644 --- a/android/app/update.xml +++ b/android/app/update.xml @@ -1,14 +1,18 @@ - 4.0.6 + 4.0.7 https://github.com/steve1316/granblue-automation-android/releases -v4.0.6 - Changelog +v4.0.7 - Changelog New --- -- Add new options in the Settings page for certain Farming Modes like Proving Grounds to have the navigation use the third position in the Home Menu's list if there are two other events on top of it. +- Remove the previously added options for second and third positions of certain Farming Modes and replaced them with more generic ones. +- Expanded that functionality for Guild Wars and Rise of the Beasts as well. +Changed +--- +- Increase starting delay of various Farming Modes by 1 second. \ No newline at end of file