Skip to content

Commit 779c886

Browse files
committed
Version 0.6.2
1 parent 655b674 commit 779c886

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.6.2
2+
- Add ability to import .apks files.
3+
- Update translations.
4+
15
# 0.6.1
26
- A bunch of crash fixes.
37
- Update translations.

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
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 = 13
19-
versionName = "0.6.1"
18+
versionCode = 14
19+
versionName = "0.6.2"
2020

2121
vectorDrawables {
2222
useSupportLibrary = true

0 commit comments

Comments
 (0)