Skip to content

Commit 88ec42f

Browse files
committed
Version 0.6.3
1 parent 84c815b commit 88ec42f

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.3
2+
- Reduce APK size by removing native Bugsnag modules.
3+
14
# 0.6.2
25
- Add ability to import .apks files.
36
- Update translations.

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 = 14
19-
versionName = "0.6.2"
18+
versionCode = 15
19+
versionName = "0.6.3"
2020

2121
vectorDrawables {
2222
useSupportLibrary = true

0 commit comments

Comments
 (0)