Skip to content

Commit 1d34b99

Browse files
chore: bump version to 3.8.2 [skip ci]
1 parent 1a5ea7e commit 1d34b99

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v3.8.2
2+
3+
- Fix CategoryDefinition classes being ignored
4+
- Anti-Features display properly now (need to clear cache for them to appear) (fix #45)
5+
- remove the extra packageName (fix #43)
6+
7+
18
## v3.8.1
29

310
- Replace few more toasts with snackbar

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 = 730
32-
versionName = "3.8.1"
31+
versionCode = 740
32+
versionName = "3.8.2"
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Fix CategoryDefinition classes being ignored
2+
- Anti-Features display properly now (need to clear cache for them to appear) (fix #45)
3+
- remove the extra packageName (fix #43)

0 commit comments

Comments
 (0)