diff --git a/app/build.gradle b/app/build.gradle index 79d663ef..fd0f4619 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.steve1316.granblueautomation_android" minSdkVersion 24 targetSdkVersion 30 - versionCode 43 - versionName "2.6.0" + versionCode 44 + versionName "2.6.1" } buildTypes { diff --git a/app/update.xml b/app/update.xml index cd54cbb5..d979f4b5 100644 --- a/app/update.xml +++ b/app/update.xml @@ -1,21 +1,13 @@ - 2.6.0 + 2.6.1 https://github.com/steve1316/granblue-automation-android/releases -v2.6.0 - Changelog - -New ---- -- Dropped required API from 26 to 24, supporting emulators like Bluestacks and devices at least Android 7.0+ (Nougat). - -Changed ---- -- Removed usage of config.yaml and used config.json instead. +v2.6.1 - Changelog Fixed --- -- Fixed bug where Hard difficulty was mistaken for Very Hard difficulty. +- Fixed bug for detecting Raid already ended. \ No newline at end of file