Skip to content

Commit 7c16cd1

Browse files
committed
Version 0.6.4
1 parent adb6317 commit 7c16cd1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.6.4
2+
- Fix some issues with reflection that caused installation errors or hangs.
3+
14
# 0.6.3
25
- Reduce APK size by removing native Bugsnag modules.
36

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId = "dev.zwander.installwithoptions"
1616
minSdk = 24
1717
targetSdk = 34
18-
versionCode = 15
19-
versionName = "0.6.3"
18+
versionCode = 16
19+
versionName = "0.6.4"
2020

2121
vectorDrawables {
2222
useSupportLibrary = true

0 commit comments

Comments
 (0)