Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #132 from Unlimity/update_support_artifact_info
Browse files Browse the repository at this point in the history
Add info for the support artifact
  • Loading branch information
Unlimity committed Feb 25, 2019
2 parents 6447eaa + d94bc79 commit 74bee85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -219,10 +219,11 @@ dependencies {
```

### AndroidX
There is an published artifact with support of AndroidX libraries that is not merged to master branch for the time being.
Default artifact starting from `2.0.0` includes AndroidX libraries to build upon. If you're still using
old support libraries, please use `2.0.0-support` artifact.
```
dependencies {
androidTestImplementation 'com.agoda.kakao:kakao:1.4.0-androidx'
androidTestImplementation 'com.agoda.kakao:kakao:2.0.0-support'
}
```
We will move to AndroidX dependencies in the major release as soon as Google will publish stable release.
Expand Down

0 comments on commit 74bee85

Please sign in to comment.