Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharee committed Jun 4, 2024
1 parent 24bfd99 commit 2b8bac9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.6.0
- Add "Install Reason" option.
- Add Brazilian Portuguese.
- Add Turkish.
- UI tweaks.
- Crash fixes.

# 0.5.0
- Automatically detect split APKs and normal APKs inside a single selection and group them accordingly.
- Add preliminary ability to import split APKs (.xapk or .apkm).
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "dev.zwander.installwithoptions"
minSdk = 24
targetSdk = 34
versionCode = 11
versionName = "0.5.0"
versionCode = 12
versionName = "0.6.0"

vectorDrawables {
useSupportLibrary = true
Expand Down

0 comments on commit 2b8bac9

Please sign in to comment.