Skip to content

Commit

Permalink
Bumped to v2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
steve1316 committed Sep 22, 2021
1 parent 537c4a0 commit cccc571
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 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 45
versionName "2.6.2"
versionCode 46
versionName "2.6.3"
}

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

Changed
---
- Removed check for Pending Battles after heading Home for Raid farming.
- Attempted to fix failing to paste room code on emulators. Note: The first attempt of pasting the first room code has a very high likelihood to fail. But after that, every subsequent code will be pasted correctly.
v2.6.3 - Changelog

Fixed
---
- Fixed bug where bot getting stuck when high profile Raids die too fast.
- Fixed restarting mission after Nightmare detected and completed.
- Fixed case where the bot failed to head back to the Enter ID screen.
- Addressed case where the raid ended while selecting a summon and party.
- Fixed connection to Twitter Stream API not actually disconnecting when it was supposed to.

</releaseNotes>
</update>
Expand Down

0 comments on commit cccc571

Please sign in to comment.