Skip to content

Commit 34f456e

Browse files
author
Martin Dinh
committed
Merge branch 'bump-version-10.2.0' into 'master'
Bump version to 10.2.0 See merge request pace/mobile/android/pace-cloud-sdk!172
2 parents b67ea83 + c40724d commit 34f456e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ x.y.z Release notes (yyyy-MM-dd)
66
<!-- ### Fixes - Include, if needed -->
77
<!-- ### Internal - Include, if needed -->
88

9+
10.2.0 Release notes (2021-10-13)
10+
=============================================================
11+
912
### Enhancements
1013

1114
* Implement `isRemoteConfigAvailable` PWA communication handler to check if the remote config feature is generally available and returns `false` by default. This behavior can be overridden in `AppCallback.isRemoteConfigAvailable(isAvailable)`.

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 = "10.0.0"
4+
const val DEFAULT_VERSION_NAME_LIBRARY = "10.2.0"
55

66
const val COMPILE_SDK = 30
77
const val TARGET_SDK = 30

0 commit comments

Comments
 (0)