Skip to content

Commit 8d452a8

Browse files
committed
Version 0.7.5
1 parent 31c1b24 commit 8d452a8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
# 0.7.4
27
- Only call setPackageSource() on Android 13+
38
- 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 = 35
18-
versionCode = 21
19-
versionName = "0.7.4"
18+
versionCode = 22
19+
versionName = "0.7.5"
2020

2121
vectorDrawables {
2222
useSupportLibrary = true

0 commit comments

Comments
 (0)