Skip to content

Commit

Permalink
Version 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharee committed Oct 16, 2024
1 parent adb6317 commit 7c16cd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.6.4
- Fix some issues with reflection that caused installation errors or hangs.

# 0.6.3
- Reduce APK size by removing native Bugsnag modules.

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

vectorDrawables {
useSupportLibrary = true
Expand Down

0 comments on commit 7c16cd1

Please sign in to comment.