Skip to content

Commit c54f33a

Browse files
chore: bump version to 4.1.2 [skip ci]
1 parent a504400 commit c54f33a

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.2
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.1.1
28

39
- Make settings always show in column, and add focus requesters for ExposedDropDown (#50)

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 = 800
31-
versionName = "4.1.1"
30+
versionCode = 810
31+
versionName = "4.1.2"
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)