Skip to content

Commit 2b8bac9

Browse files
committed
Version 0.6.0
1 parent 24bfd99 commit 2b8bac9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.6.0
2+
- Add "Install Reason" option.
3+
- Add Brazilian Portuguese.
4+
- Add Turkish.
5+
- UI tweaks.
6+
- Crash fixes.
7+
18
# 0.5.0
29
- Automatically detect split APKs and normal APKs inside a single selection and group them accordingly.
310
- Add preliminary ability to import split APKs (.xapk or .apkm).

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "dev.zwander.installwithoptions"
1414
minSdk = 24
1515
targetSdk = 34
16-
versionCode = 11
17-
versionName = "0.5.0"
16+
versionCode = 12
17+
versionName = "0.6.0"
1818

1919
vectorDrawables {
2020
useSupportLibrary = true

0 commit comments

Comments
 (0)