From 5b7d5d84fb49fab1b7835fadf121742c7b18d866 Mon Sep 17 00:00:00 2001 From: Steve Tu Date: Wed, 6 Oct 2021 21:08:29 -0700 Subject: [PATCH] Bumped to v2.6.6 --- app/build.gradle | 4 ++-- app/update.xml | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) 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.