We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c1b24 commit 8d452a8Copy full SHA for 8d452a8
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.7.5
2
+- Fix an issue where the Install button wouldn't work after scrolling down and up.
3
+- Add donate button to footer.
4
+- Update translations.
5
+
6
# 0.7.4
7
- Only call setPackageSource() on Android 13+
8
- Update translations.
app/build.gradle.kts
@@ -15,8 +15,8 @@ android {
15
applicationId = "dev.zwander.installwithoptions"
16
minSdk = 24
17
targetSdk = 35
18
- versionCode = 21
19
- versionName = "0.7.4"
+ versionCode = 22
+ versionName = "0.7.5"
20
21
vectorDrawables {
22
useSupportLibrary = true
0 commit comments