Skip to content

Commit c3b8b88

Browse files
author
Michael Tran
committed
Merge branch 'bump-version-13.1.1' into 'master'
Bump version to 13.1.1 See merge request pace/mobile/android/pace-cloud-sdk!234
2 parents b883c3b + 6133b47 commit c3b8b88

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1117
13.1.0 Release notes (2022-03-10)
1218
=============================================================

buildSrc/src/main/java/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
object 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

0 commit comments

Comments
 (0)