Skip to content

Commit 72181a0

Browse files
chore: bump version to 3.8.1 [skip ci]
1 parent ff4e049 commit 72181a0

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.8.1
2+
3+
- Replace few more toasts with snackbar
4+
- fix focus indicator clipping, and also the build
5+
- remove unused xml files and bump version
6+
- remove extra step in yml
7+
- My settings module + Koin + Nav3 + Snackbars
8+
- Use colorscheme colors for Mobile AppCards too
9+
- bump agp, and use gradle 9
10+
- disable jetifier, remove viewBinding build option
11+
12+
113
## v3.7.2
214

315
- Dynamic size for screenshots (#40) and display "what's new" above "Overview"

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
applicationId = "app.flicky"
2929
minSdk = 24
3030
targetSdk = 36
31-
versionCode = 720
32-
versionName = "3.8.0"
31+
versionCode = 730
32+
versionName = "3.8.1"
3333

3434
androidResources {
3535
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+
- Replace few more toasts with snackbar
2+
- fix focus indicator clipping, and also the build
3+
- remove unused xml files and bump version
4+
- remove extra step in yml
5+
- My settings module + Koin + Nav3 + Snackbars
6+
- Use colorscheme colors for Mobile AppCards too
7+
- bump agp, and use gradle 9
8+
- disable jetifier, remove viewBinding build option

0 commit comments

Comments
 (0)