Skip to content

Commit c69729d

Browse files
committed
Version 0.4.3
1 parent 513d6bc commit c69729d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -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+
14
# 0.4.2
25
- Fix an issue where installs would immediately silently fail, resulting in an infinite loading animation.
36
- Fix some formatting and error handling.

Diff for: app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId = "dev.zwander.installwithoptions"
1515
minSdk = 24
1616
targetSdk = 34
17-
versionCode = 9
18-
versionName = "0.4.2"
17+
versionCode = 10
18+
versionName = "0.4.3"
1919

2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
vectorDrawables {

0 commit comments

Comments
 (0)