Skip to content

Commit 46e1555

Browse files
chore: bump version to 4.2.3 [skip ci]
1 parent 518eb55 commit 46e1555

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v4.2.3
2+
3+
- Option to delete repositories (#55)
4+
- reduce minsdk to 23 (support android 6)
5+
- smoother searchbar anim in settings
6+
- animate the progress updation for app downloads
7+
- Add a dono button as the last setting
8+
9+
110
## v4.2.2
211

312
- bump gradle ver

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 = 23
3030
targetSdk = 36
31-
versionCode = 830
32-
versionName = "4.2.2"
31+
versionCode = 840
32+
versionName = "4.2.3"
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- Option to delete repositories (#55)
2+
- reduce minsdk to 23 (support android 6)
3+
- smoother searchbar anim in settings
4+
- animate the progress updation for app downloads
5+
- Add a dono button as the last setting

0 commit comments

Comments
 (0)