Skip to content

Commit 9d52e14

Browse files
committed
Bump version from 1.9.10 to 1.9.11
1 parent 415f6f0 commit 9d52e14

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

app/.meta/version.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"code": 1009010000,
2+
"code": 1009011000,
33
"migration": false,
44
"minSdk": 17,
55
"releaseNotes": "",
6-
"version": "1.9.10",
6+
"version": "1.9.11",
77
"appId": "com.mxt.anitrend"
88
}

app/src/main/assets/changelog.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@ Read the **FAQ** for issues regarding NSFW and notifications. Goto **Options** -
66
## What's Changed
77

88
### Enhancements
9-
- Improve share button experience. Thanks @Luk1337
109
- Improve notification experience @Luk1337
11-
- Restore legacy markdown rendering with option to enable experimental mode in settings
1210

1311
### Bug Fixes
14-
- Many quality of life bug fixes. Thanks @Luk1337
15-
- Duplicate entries for list styles in settings
16-
- Translations not being applied correctly
12+
- Notification delivery on Android 12+. Thanks @Luk1337
1713

1814
### Current Issues
1915
- Gifs may show artifacts if more than one is playing at a given moment (with experimental markdown support in settings)

buildSrc/src/main/java/com/mxt/anitrend/buildsrc/common/Configuration.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ object Configuration {
2121

2222
private const val major = 1
2323
private const val minor = 9
24-
private const val patch = 10
24+
private const val patch = 11
2525
private const val candidate = 0
2626

2727
const val compileSdk = 32

0 commit comments

Comments
 (0)