File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.3.34] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.34 )
4+ ### Added
5+ - Added the ability to report to the host app the IndexOutOfBounds exception
6+ in android.text.DynamicLayout.getBlockIndex(DynamicLayout.java:646) under Android 8.XX (#861 )
7+
38## [ 1.3.33] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.33 )
49### Fixed
510- IndexOutOfBounds case in DynamicLayout.reflow() under Android 8.0.0 (#834 )
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ repositories {
105105```
106106``` gradle
107107dependencies {
108- api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.33 ')
108+ api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.34 ')
109109}
110110```
111111
You can’t perform that action at this time.
0 commit comments