Skip to content

Commit 531f6c5

Browse files
chore: bump version to 3.7.2 [skip ci]
1 parent 8b6e5e4 commit 531f6c5

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v3.7.2
2+
3+
- Dynamic size for screenshots (#40) and display "what's new" above "Overview"
4+
- Remove extra spacing near the top (#39)
5+
- Add translation handling for names and descriptions (need to resync after changing lang) (#37)
6+
- Seperate out clickable options to links section (#41)
7+
- Use an icon for sync instead of text (#38)
8+
- [chore] Update README.md
9+
- [chore] Update README.md
10+
- Update README.md
11+
12+
113
## v3.7.1
214

315
- Remove extra spacing near the top (#39)

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ android {
3535
applicationId = "app.flicky"
3636
minSdk = 24
3737
targetSdk = 36
38-
versionCode = 710
39-
versionName = "3.7.1"
38+
versionCode = 720
39+
versionName = "3.7.2"
4040

4141
androidResources {
4242
localeFilters += setOf("en", "ar", "de", "es-rES", "es-rUS", "fr", "hr", "hu", "in", "it", "ja", "pl", "pt-rBR", "ru-rRU", "sv", "tr", "uk", "zh", "cs", "el", "fi", "ko", "nl", "vi")
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- Dynamic size for screenshots (#40) and display "what's new" above "Overview"
2+
- Remove extra spacing near the top (#39)
3+
- Add translation handling for names and descriptions (need to resync after changing lang) (#37)
4+
- Seperate out clickable options to links section (#41)
5+
- Use an icon for sync instead of text (#38)
6+
- [chore] Update README.md
7+
- [chore] Update README.md
8+
- Update README.md

0 commit comments

Comments
 (0)