Skip to content

Commit

Permalink
Bump to v4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
steve1316 committed Feb 14, 2023
1 parent e29821c commit 7c4f952
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 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 88
versionName "4.0.6"
versionCode 89
versionName "4.0.7"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down
10 changes: 7 additions & 3 deletions android/app/update.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
<AppUpdater>
<update>
<latestVersion>4.0.6</latestVersion>
<latestVersion>4.0.7</latestVersion>
<url>https://github.com/steve1316/granblue-automation-android/releases</url>
<releaseNotes>
v4.0.6 - Changelog
v4.0.7 - Changelog

New
---
- Add new options in the Settings page for certain Farming Modes like Proving Grounds to have the navigation use the third position in the Home Menu's list if there are two other events on top of it.
- Remove the previously added options for second and third positions of certain Farming Modes and replaced them with more generic ones.
- Expanded that functionality for Guild Wars and Rise of the Beasts as well.

Changed
---
- Increase starting delay of various Farming Modes by 1 second.
</releaseNotes>
</update>
</AppUpdater>

0 comments on commit 7c4f952

Please sign in to comment.