We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544f65c commit 89043a7Copy full SHA for 89043a7
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 0.4.1
2
+- Crash fixes.
3
+
4
# 0.4.0
5
- Add ability to specify installer package.
6
app/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
applicationId = "dev.zwander.installwithoptions"
15
minSdk = 24
16
targetSdk = 34
17
- versionCode = 7
18
- versionName = "0.4.0"
+ versionCode = 8
+ versionName = "0.4.1"
19
20
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
21
vectorDrawables {
0 commit comments