Commit 9d52e14 1 parent 415f6f0 commit 9d52e14 Copy full SHA for 9d52e14
File tree 3 files changed +4
-8
lines changed
buildSrc/src/main/java/com/mxt/anitrend/buildsrc/common
3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "code" : 1009010000 ,
2
+ "code" : 1009011000 ,
3
3
"migration" : false ,
4
4
"minSdk" : 17 ,
5
5
"releaseNotes" : " " ,
6
- "version" : " 1.9.10 " ,
6
+ "version" : " 1.9.11 " ,
7
7
"appId" : " com.mxt.anitrend"
8
8
}
Original file line number Diff line number Diff line change @@ -6,14 +6,10 @@ Read the **FAQ** for issues regarding NSFW and notifications. Goto **Options** -
6
6
## What's Changed
7
7
8
8
### Enhancements
9
- - Improve share button experience. Thanks @Luk1337
10
9
- Improve notification experience @Luk1337
11
- - Restore legacy markdown rendering with option to enable experimental mode in settings
12
10
13
11
### 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
17
13
18
14
### Current Issues
19
15
- Gifs may show artifacts if more than one is playing at a given moment (with experimental markdown support in settings)
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ object Configuration {
21
21
22
22
private const val major = 1
23
23
private const val minor = 9
24
- private const val patch = 10
24
+ private const val patch = 11
25
25
private const val candidate = 0
26
26
27
27
const val compileSdk = 32
You can’t perform that action at this time.
0 commit comments