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 #177 from Unlimity/release-2.2.0-readme
Browse files Browse the repository at this point in the history
Update README.MD
  • Loading branch information
Vacxe authored Oct 10, 2019
2 parents 4045801 + 872f67b commit 725b5f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Kakao
[![Github tag version](https://img.shields.io/github/tag/agoda-com/kakao.svg?label=version)](https://bintray.com/agoda/maven/kakao)
[![CircleCI](https://circleci.com/gh/agoda-com/Kakao/tree/master.svg?style=shield&circle-token=0d0ed659625be4efe54fe706c16894cd54213690)](https://circleci.com/gh/agoda-com/Kakao/tree/master)
[![Kotlin version badge](https://img.shields.io/badge/kotlin-1.3.41-blue.svg)](http://kotlinlang.org/)
[![Kotlin version badge](https://img.shields.io/badge/kotlin-1.3.50-blue.svg)](http://kotlinlang.org/)
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Kakao-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/6314)

Nice and simple DSL for Espresso in Kotlin
Expand Down Expand Up @@ -263,7 +263,7 @@ Maven
<dependency>
<groupId>com.agoda.kakao</groupId>
<artifactId>kakao</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
<type>pom</type>
</dependency>
```
Expand All @@ -274,7 +274,7 @@ repositories {
}
dependencies {
androidTestImplementation 'com.agoda.kakao:kakao:2.1.0'
androidTestImplementation 'com.agoda.kakao:kakao:2.2.0'
}
```

Expand All @@ -286,7 +286,7 @@ dependencies {
androidTestImplementation 'com.agoda.kakao:kakao:2.1.0-support'
}
```
**IMPORTANT:** We stop the development for the `-support` artifact and version `2.1.0-support` is the
**IMPORTANT:** We stopped the development for the `-support` artifact and version `2.1.0-support` is the
latest version available with usage of support libraries. Please consider migrating to AndroidX.

### Contribution Policy
Expand Down

0 comments on commit 725b5f4

Please sign in to comment.