We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31cebf commit 894c129Copy full SHA for 894c129
CHANGELOG.md
@@ -9,6 +9,11 @@ The format is simplified version of [Keep a Changelog](https://keepachangelog.co
9
- `Translation` - Translation changes/updates
10
- `Other` - Technical changes/updates
11
12
+## [1.9.7.3]
13
+
14
+### Fixes
15
+- More `Comparison method violates its general contract!` crash prevention
16
17
## [1.9.7.2]
18
19
### Fixes
app/build.gradle.kts
@@ -31,7 +31,7 @@ fun runCommand(command: String): String {
31
return String(byteOut.toByteArray()).trim()
32
}
33
34
-val _versionName = "1.9.7.2"
+val _versionName = "1.9.7.3"
35
val betaCount by lazy {
36
val betaTags = runCommand("git tag -l --sort=refname v${_versionName}-b*")
37
0 commit comments