We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb6317 commit 7c16cd1Copy full SHA for 7c16cd1
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 0.6.4
2
+- Fix some issues with reflection that caused installation errors or hangs.
3
+
4
# 0.6.3
5
- Reduce APK size by removing native Bugsnag modules.
6
app/build.gradle.kts
@@ -15,8 +15,8 @@ android {
15
applicationId = "dev.zwander.installwithoptions"
16
minSdk = 24
17
targetSdk = 34
18
- versionCode = 15
19
- versionName = "0.6.3"
+ versionCode = 16
+ versionName = "0.6.4"
20
21
vectorDrawables {
22
useSupportLibrary = true
0 commit comments