Skip to content

Commit

Permalink
Merge pull request rekabhq#70 from Yukams/2.0.6
Browse files Browse the repository at this point in the history
2.0.6
  • Loading branch information
Yukams committed Mar 8, 2023
2 parents e363f56 + e86851d commit f174944
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
* Fixing memory leak on Android
* Fixing callbacks on older Android devices

## 2.0.6-dev.2
* Fixing iOS build
* Fixing memory leak on Android
* Fixing callbacks on older Android devices

## 2.0.6-dev.1
* Fix Type mismatch: inferred type is String? but Any was expected

## 2.0.5
* Fixing demo gif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ private class LocationListener(val listener: LocationUpdateListener?) : Location
override fun onLocationResult(location: LocationResult) {
listener?.onLocationUpdated(LocationParserUtil.getLocationMapFromLocation(location))
}
}
}

0 comments on commit f174944

Please sign in to comment.