We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24bfd99 commit 2b8bac9Copy full SHA for 2b8bac9
CHANGELOG.md
@@ -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
+
8
# 0.5.0
9
- Automatically detect split APKs and normal APKs inside a single selection and group them accordingly.
10
- Add preliminary ability to import split APKs (.xapk or .apkm).
app/build.gradle.kts
@@ -13,8 +13,8 @@ android {
13
applicationId = "dev.zwander.installwithoptions"
14
minSdk = 24
15
targetSdk = 34
16
- versionCode = 11
17
- versionName = "0.5.0"
+ versionCode = 12
+ versionName = "0.6.0"
18
19
vectorDrawables {
20
useSupportLibrary = true
0 commit comments