-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |