Skip to content

Commit

Permalink
Correct android sdk gradle dependency (#465)
Browse files Browse the repository at this point in the history
* Correct android sdk gradle dependency

* Fix gradle dependency in jp version
  • Loading branch information
asloobq authored Feb 21, 2024
1 parent a01cdc4 commit 67171c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sdks/uid2-sdk-ref-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ To install with Gradle, add the SDK as a dependency in the build.gradle
file:

``` javascript
implementation 'com.uid2.uid2-android-sdk:0.5.0'
implementation 'com.uid2:uid2-android-sdk:0.5.0'
```

### Installing with Maven
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Gradle を使用してインストールするには、build.gradle ファイル


``` javascript
implementation 'com.uid2.uid2-android-sdk:0.5.0'
implementation 'com.uid2:uid2-android-sdk:0.5.0'
```

### Installing with Maven
Expand Down

0 comments on commit 67171c8

Please sign in to comment.