Skip to content

Commit

Permalink
Bump to v4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
steve1316 committed Feb 11, 2023
1 parent df0d9c5 commit 3b9858d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down
8 changes: 4 additions & 4 deletions android/app/update.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<AppUpdater>
<update>
<latestVersion>4.0.4</latestVersion>
<latestVersion>4.0.5</latestVersion>
<url>https://github.com/steve1316/granblue-automation-android/releases</url>
<releaseNotes>
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.

</releaseNotes>
</update>
Expand Down

0 comments on commit 3b9858d

Please sign in to comment.