Skip to content

Commit

Permalink
Bumped to v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
steve1316 committed Sep 15, 2021
1 parent 51bfbf9 commit f3a9b3d
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 43
versionName "2.6.0"
versionCode 44
versionName "2.6.1"
}

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.0</latestVersion>
<latestVersion>2.6.1</latestVersion>
<url>https://github.com/steve1316/granblue-automation-android/releases</url>
<releaseNotes>
v2.6.0 - Changelog

New
---
- Dropped required API from 26 to 24, supporting emulators like Bluestacks and devices at least Android 7.0+ (Nougat).

Changed
---
- Removed usage of config.yaml and used config.json instead.
v2.6.1 - Changelog

Fixed
---
- Fixed bug where Hard difficulty was mistaken for Very Hard difficulty.
- Fixed bug for detecting Raid already ended.
</releaseNotes>
</update>
</AppUpdater>

0 comments on commit f3a9b3d

Please sign in to comment.