Skip to content

Commit a504400

Browse files
chore: bump version to 4.1.1 [skip ci]
1 parent 2b740a9 commit a504400

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v4.1.1
2+
3+
- Make settings always show in column, and add focus requesters for ExposedDropDown (#50)
4+
- Bump to agp 9, and settings module (fdroid - need to update ndk to r28c)
5+
6+
17
## v4.0.1
28

39
- Move categories to browseScreen's dropdown menu, and make dropdown menu background align with theme

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
applicationId = "app.flicky"
2828
minSdk = 24
2929
targetSdk = 36
30-
versionCode = 790
31-
versionName = "4.1.0"
30+
versionCode = 800
31+
versionName = "4.1.1"
3232

3333
androidResources {
3434
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Make settings always show in column, and add focus requesters for ExposedDropDown (#50)
2+
- Bump to agp 9, and settings module (fdroid - need to update ndk to r28c)

0 commit comments

Comments
 (0)