Skip to content

Commit d52f7b4

Browse files
committed
Bump to v4.1.0
1 parent e63e12b commit d52f7b4

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

android/app/update.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
<AppUpdater>
22
<update>
3-
<latestVersion>4.0.2</latestVersion>
3+
<latestVersion>4.1.0</latestVersion>
44
<url>https://github.com/steve1316/uma-android-automation/releases</url>
55
<releaseNotes>
6-
v4.0.2 - Changelog
6+
v4.1.0 - Changelog
77

88
Adjustments
99
---
10-
- Forgot to add the new character and support event overrides settings to the MessageLog.
10+
- Use the newly updated Automation Library to bundle Google ML Kit into the app. This should solve the issue on some devices where they cannot fetch Google ML Kit by themselves.
11+
- Refactored OCR functionality to use the Library's findText() function and cleaned up when it should detect characters or digits.
12+
- Refactored usage of printToLog() calls to use the new log level wrappers instead from the updated Automation Library.
13+
- Rearranged the eligibility check to start the extra racing process.
1114

1215
Fixed
1316
---
14-
- Fix bug where frontend will crash due to shallow merge of default settings on a fresh install.
15-
- Fix crash in the Training Event Settings page due to not destructuring the newly added variables.
16-
- Fix crash when importing old settings.
17+
- Prevent dividers and empty strings from being processed in handleTrainingEvent().
1718

1819
</releaseNotes>
1920
</update>

android/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ app-buildToolsVersion = "36.0.0"
66
app-minSdk = "24"
77
#noinspection ExpiredTargetSdkVersion
88
app-targetSdk = "30"
9-
app-versionCode = "29"
10-
app-versionName = "4.0.2"
9+
app-versionCode = "30"
10+
app-versionName = "4.1.0"
1111
app-jvm-toolchain = "17"
1212

1313

0 commit comments

Comments
 (0)