Skip to content

Commit

Permalink
Version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharee committed Mar 31, 2024
1 parent fb3ba3f commit 4fba54c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.4.2
- Fix an issue where installs would immediately silently fail, resulting in an infinite loading animation.
- Fix some formatting and error handling.
- Better format statuses for installation results.

# 0.4.1
- Crash fixes.

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId = "dev.zwander.installwithoptions"
minSdk = 24
targetSdk = 34
versionCode = 8
versionName = "0.4.1"
versionCode = 9
versionName = "0.4.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit 4fba54c

Please sign in to comment.