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 1
1
# Changelog
2
2
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
+
3
8
## [ 1.3.33] ( https://github.com/wordpress-mobile/AztecEditor-Android/releases/tag/v1.3.33 )
4
9
### Fixed
5
10
- 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 {
105
105
```
106
106
``` gradle
107
107
dependencies {
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 ')
109
109
}
110
110
```
111
111
You can’t perform that action at this time.
0 commit comments