We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 513d6bc commit c69729dCopy full SHA for c69729d
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 0.4.3
2
+- Fix a crash on Android 14 QPR3 Beta 2 caused by an issue in Compose.
3
+
4
# 0.4.2
5
- Fix an issue where installs would immediately silently fail, resulting in an infinite loading animation.
6
- Fix some formatting and error handling.
app/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
applicationId = "dev.zwander.installwithoptions"
15
minSdk = 24
16
targetSdk = 34
17
- versionCode = 9
18
- versionName = "0.4.2"
+ versionCode = 10
+ versionName = "0.4.3"
19
20
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
21
vectorDrawables {
0 commit comments