Skip to content

Commit

Permalink
doc: Incorrect dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
echoy-harmonicinc committed Nov 11, 2023
1 parent 42816fe commit 19e5493
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 @@ -22,13 +22,13 @@ Android 8.0 (API 26) or above
Groovy:
```groovy
dependencies {
implementation 'com.github.harmonic-inc.client-side-ad-tracking-android:0.1.4'
implementation 'com.github.harmonicinc-com:client-side-ad-tracking-android:0.1.4'
}
```
Kotlin:
```kotlin
dependencies {
implementation("com.github.harmonic-inc.client-side-ad-tracking-android:0.1.4")
implementation("com.github.harmonicinc-com:client-side-ad-tracking-android:0.1.4")
}
```
Change version to the latest available. You may find the latest version [here](https://central.sonatype.com/artifact/com.github.harmonicinc-com/client-side-ad-tracking-android/).
Expand Down

0 comments on commit 19e5493

Please sign in to comment.