Skip to content

Commit

Permalink
release v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Sep 11, 2023
1 parent fc5316b commit d464651
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.0

- Add support for Huawei HMS location Kit by [@Abdullqadir](https://github.com/Abdullqadir).

## 4.1.2

- Fixes [#83](https://github.com/BirjuVachhani/locus-android/issues/83)
Expand Down
2 changes: 1 addition & 1 deletion locus/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ afterEvaluate {
create<MavenPublication>("locus-android") {
groupId = "com.github.BirjuVachhani"
artifactId = "locus-android"
version = "4.1.2"
version = "5.0.0"

afterEvaluate {
artifact(tasks.getByName("bundleReleaseAar"))
Expand Down

0 comments on commit d464651

Please sign in to comment.