Skip to content

Commit

Permalink
Bump to v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
steve1316 committed Feb 9, 2023
1 parent f1a2ec3 commit c9793f7
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 84
versionName "4.0.2"
versionCode 85
versionName "4.0.3"
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.2</latestVersion>
<latestVersion>4.0.3</latestVersion>
<url>https://github.com/steve1316/granblue-automation-android/releases</url>
<releaseNotes>
v4.0.2 - Changelog
v4.0.3 - Changelog

New
Fixed
---
- Add new options in the Settings page for certain Farming Modes like Proving Grounds to have the navigation use the second position in the Home Menu's list if there is already another event on top of it.
- Fix wrong keys being used when reading settings.json for the new options.

</releaseNotes>
</update>
Expand Down

0 comments on commit c9793f7

Please sign in to comment.