Skip to content

Commit

Permalink
Merge branch '90-runtimeexception-exception-while-computing-database-…
Browse files Browse the repository at this point in the history
…live-data' into 'master'

Resolve "RuntimeException: Exception while computing database live data."

Closes #90

See merge request pace/mobile/android/pace-cloud-sdk!79
  • Loading branch information
Martin Dinh committed Apr 29, 2021
2 parents 32beac8 + 4d930f0 commit 52e93d4
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 39 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ x.y.z Release notes (yyyy-MM-dd)
<!-- ### Internal - Include, if needed -->


7.2.1 Release notes (2021-04-29)
=============================================================

### Fixes

* Fix crash in POIKit database converter


7.2.0 Release notes (2021-04-28)
=============================================================

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
min_sdk_version = 23
target_sdk_version = 30
build_number = properties.getOrDefault("buildNumber", 1) as Integer
version_name = properties.getOrDefault("versionName", "7.2.0")
version_name = properties.getOrDefault("versionName", "7.2.1")

group_id = "cloud.pace"
artifact_id = "sdk"
Expand Down
Loading

0 comments on commit 52e93d4

Please sign in to comment.