We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3ba3f commit 4fba54cCopy full SHA for 4fba54c
CHANGELOG.md
@@ -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
+
6
# 0.4.1
7
- Crash fixes.
8
app/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
applicationId = "dev.zwander.installwithoptions"
15
minSdk = 24
16
targetSdk = 34
17
- versionCode = 8
18
- versionName = "0.4.1"
+ versionCode = 9
+ versionName = "0.4.2"
19
20
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
21
vectorDrawables {
0 commit comments