File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,16 @@ x.y.z Release notes (yyyy-MM-dd)
33
44<!-- ### Breaking Changes - Include, if needed -->
55<!-- ### Enhancements - Include, if needed -->
6+ <!-- ### Fixes - Include, if needed -->
67<!-- ### Internal - Include, if needed -->
78
9+ 13.1.1 Release notes (2022-03-18)
10+ =============================================================
11+
812### Fixes
9- * Fix database access on main thread
13+
14+ * Fix ` IllegalStateException ` in POIKit where the database was accessed on the main thread
15+
1016
111713.1.0 Release notes (2022-03-10)
1218=============================================================
Original file line number Diff line number Diff line change 11object Versions {
22
33 const val DEFAULT_VERSION_CODE_LIBRARY = 1
4- const val DEFAULT_VERSION_NAME_LIBRARY = " 13.1.0 "
4+ const val DEFAULT_VERSION_NAME_LIBRARY = " 13.1.1 "
55
66 const val COMPILE_SDK = 31
77 const val TARGET_SDK = 31
You can’t perform that action at this time.
0 commit comments