Skip to content

Commit 37c8ef3

Browse files
chore: bump version to 3.8.4 [skip ci]
1 parent d2fea8f commit 37c8ef3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v3.8.4
2+
3+
- Add AppManager option (fix #46)
4+
5+
16
## v3.8.3
27

38
- Fix CategoryDefinition classes being ignored

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 = 750
32-
versionName = "3.8.3"
31+
versionCode = 760
32+
versionName = "3.8.4"
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Add AppManager option (fix #46)

0 commit comments

Comments
 (0)