Skip to content

Commit

Permalink
Release 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed May 14, 2023
1 parent ea7b8f9 commit 1e5b7e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## 4.1.0 (Unreleased)
## 4.1.1

- Fixes [#77](https://github.com/BirjuVachhani/locus-android/issues/77)
- Refactor some of the usages of deprecated `LocationRequest.create()` to use new `LocationRequest.Builder` API.

## 4.1.0

- Fixes [#65](https://github.com/BirjuVachhani/locus-android/issues/65)

Expand Down
2 changes: 1 addition & 1 deletion locus/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ afterEvaluate {
create<MavenPublication>("locus-android") {
groupId = "com.github.BirjuVachhani"
artifactId = "locus-android"
version = "4.1.0"
version = "4.1.1"

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

0 comments on commit 1e5b7e2

Please sign in to comment.