Skip to content

Commit

Permalink
Version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharee committed Oct 15, 2024
1 parent 655b674 commit 779c886
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.6.2
- Add ability to import .apks files.
- Update translations.

# 0.6.1
- A bunch of crash fixes.
- Update translations.
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 = 13
versionName = "0.6.1"
versionCode = 14
versionName = "0.6.2"

vectorDrawables {
useSupportLibrary = true
Expand Down

0 comments on commit 779c886

Please sign in to comment.