Skip to content

Commit

Permalink
Release v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed May 19, 2023
1 parent 2ff64b6 commit 6cbee0c
Show file tree
Hide file tree
Showing 3 changed files with 7 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 @@
## 4.1.2

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

## 4.1.1

- Fixes [#77](https://github.com/BirjuVachhani/locus-android/issues/77)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ dependencyResolutionManagement {

2. Add the dependency in your app's build.gradle file

[![Release](https://jitpack.io/v/BirjuVachhani/locus-android.svg?style=flat-square)](https://jitpack.io/BirjuVachhani/locus-android)

```
dependencies {
implementation 'com.github.BirjuVachhani:locus-android:latest-version'
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.1"
version = "4.1.2"

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

0 comments on commit 6cbee0c

Please sign in to comment.