diff --git a/android/app/build.gradle b/android/app/build.gradle index 4f86ee6a..12ac4f29 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 86 - versionName "4.0.4" + versionCode 87 + versionName "4.0.5" buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() if (isNewArchitectureEnabled()) { diff --git a/android/app/update.xml b/android/app/update.xml index 03791cc9..a05c2846 100644 --- a/android/app/update.xml +++ b/android/app/update.xml @@ -1,13 +1,13 @@ - 4.0.4 + 4.0.5 https://github.com/steve1316/granblue-automation-android/releases -v4.0.4 - Changelog +v4.0.5 - Changelog -New +Fixed --- -- Add support for the items farmable in Coop's EX-5 and Final Tier like the Esteems and Astaroth Anima. +- Fix issue where screens of height 1920 could not see the second event banner in the Home Menu.