Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
H4zh4n authored Jun 30, 2024
1 parent 5fd6f13 commit 4467ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repositories {

### Implementation in `build.gradle` Module :
```gradle
implementation 'com.github.H4zh4n:HaxHanTools:1.0.15'
implementation 'com.github.H4zh4n:HaxHanTools:1.0.15.2'
```
___

Expand Down Expand Up @@ -81,7 +81,7 @@ ___
- If you faced duplicate Class found for `lifecycle-viewmodel` or `androidx.lifecycle` or `lifecycle-viewmodel-ktx` then implement as following

```gradle
implementation('com.github.H4zh4n:HaxHanTools:1.0.15') {
implementation('com.github.H4zh4n:HaxHanTools:1.0.15.2') {
exclude group: 'androidx.lifecycle', module: 'lifecycle-viewmodel'
exclude group: 'androidx.lifecycle', module: 'lifecycle-viewmodel-ktx'
}
Expand Down

0 comments on commit 4467ddc

Please sign in to comment.