diff --git a/app/build.gradle b/app/build.gradle index aee7c4a8..4ec459f1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.steve1316.granblueautomation_android" minSdkVersion 24 targetSdkVersion 30 - versionCode 48 - versionName "2.6.5" + versionCode 49 + versionName "2.6.6" } buildTypes { diff --git a/app/update.xml b/app/update.xml index de65976a..6c2c7116 100644 --- a/app/update.xml +++ b/app/update.xml @@ -1,13 +1,14 @@ - 2.6.5 + 2.6.6 https://github.com/steve1316/granblue-automation-android/releases -v2.6.5 - Changelog +v2.6.6 - Changelog Fixes --- -- Set application's default locale to "en" to prevent cases where user's country uses commas instead of dots for decimal numbers. +- Fixed cases where bot will stop due to not thinking it arrived at the Summon Selection screen. +- Fixed Coop missions dropdown menu being empty in the Settings page.