Skip to content

Commit

Permalink
Bump to v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
steve1316 committed Feb 9, 2023
1 parent 3d1e7cd commit a421d03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 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 83
versionName "4.0.1"
versionCode 84
versionName "4.0.2"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down
14 changes: 4 additions & 10 deletions android/app/update.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
<AppUpdater>
<update>
<latestVersion>4.0.1</latestVersion>
<latestVersion>4.0.2</latestVersion>
<url>https://github.com/steve1316/granblue-automation-android/releases</url>
<releaseNotes>
v4.0.1 - Changelog
v4.0.2 - Changelog

Changed
New
---
- Adjusted swiping behavior for generating new images to be smaller.
- Use old method of OCR using ML Kit instead of Tesseract.

Fixed
---
- Fix Tesseract initialization.
- Fix EventBus registering itself again twice.
- 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.

</releaseNotes>
</update>
Expand Down

0 comments on commit a421d03

Please sign in to comment.