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 7f86301 commit 4b86cb6Copy full SHA for 4b86cb6
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 1.19.9
2
+- Fix crashes caused by opening some dialogs.
3
+
4
# 1.19.8
5
- Switch to Samfrew for firmware history.
6
- Avoid a crash when checking for history multiple times.
build.gradle.kts
@@ -1,5 +1,5 @@
-val versionCode by extra(82)
-val versionName by extra("1.19.8")
+val versionCode by extra(83)
+val versionName by extra("1.19.9")
val compileSdk by extra(35)
val targetSdk by extra(35)
0 commit comments