Skip to content

Commit

Permalink
Bumped to v2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
steve1316 committed Oct 7, 2021
1 parent 92ad9a6 commit 5b7d5d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.steve1316.granblueautomation_android"
minSdkVersion 24
targetSdkVersion 30
versionCode 48
versionName "2.6.5"
versionCode 49
versionName "2.6.6"
}

buildTypes {
Expand Down
7 changes: 4 additions & 3 deletions app/update.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<AppUpdater>
<update>
<latestVersion>2.6.5</latestVersion>
<latestVersion>2.6.6</latestVersion>
<url>https://github.com/steve1316/granblue-automation-android/releases</url>
<releaseNotes>
v2.6.5 - Changelog
v2.6.6 - Changelog

Fixes
---
- Set application's default locale to "en" to prevent cases where user's country uses commas instead of dots for decimal numbers.
- Fixed cases where bot will stop due to not thinking it arrived at the Summon Selection screen.
- Fixed Coop missions dropdown menu being empty in the Settings page.

</releaseNotes>
</update>
Expand Down

0 comments on commit 5b7d5d8

Please sign in to comment.