We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7435c6c commit d802c1fCopy full SHA for d802c1f
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Changelog
2
+## [v1.3.22](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.22)
3
+### Fixed
4
+- Fix for crash on Samsung Clipboard ListView on Android 8.X #795
5
+
6
## [v1.3.20](https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.20)
7
### Changed
8
- Support for `<em>` for italic and using it as default via the formatting toolbar #777
README.md
@@ -105,7 +105,7 @@ repositories {
105
```
106
```gradle
107
dependencies {
108
- api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.20')
+ api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.22')
109
}
110
111
0 commit comments