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 0e0c70c commit 4ae51d3Copy full SHA for 4ae51d3
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.6.1
2
+- A bunch of crash fixes.
3
+- Update translations.
4
+
5
# 0.6.0
6
- Add "Install Reason" option.
7
- Add Brazilian Portuguese.
app/build.gradle.kts
@@ -13,8 +13,8 @@ android {
13
applicationId = "dev.zwander.installwithoptions"
14
minSdk = 24
15
targetSdk = 34
16
- versionCode = 12
17
- versionName = "0.6.0"
+ versionCode = 13
+ versionName = "0.6.1"
18
19
vectorDrawables {
20
useSupportLibrary = true
@@ -28,7 +28,7 @@ android {
28
isMinifyEnabled = false
29
proguardFiles(
30
getDefaultProguardFile("proguard-android-optimize.txt"),
31
- "proguard-rules.pro"
+ "proguard-rules.pro",
32
)
33
}
34
0 commit comments