Skip to content

Commit 4fba54c

Browse files
committed
Version 0.4.2
1 parent fb3ba3f commit 4fba54c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.4.2
2+
- Fix an issue where installs would immediately silently fail, resulting in an infinite loading animation.
3+
- Fix some formatting and error handling.
4+
- Better format statuses for installation results.
5+
16
# 0.4.1
27
- Crash fixes.
38

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 = 8
18-
versionName = "0.4.1"
17+
versionCode = 9
18+
versionName = "0.4.2"
1919

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

0 commit comments

Comments
 (0)