diff --git a/README.md b/README.md
index d95161c6..062ec8b9 100644
--- a/README.md
+++ b/README.md
@@ -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.2.21-blue.svg)](http://kotlinlang.org/)
+[![Kotlin version badge](https://img.shields.io/badge/kotlin-1.2.31-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
@@ -49,6 +49,7 @@ Kakao provides different types depending on the type of view:
* KCheckbox
* KViewPager
* KSeekBar
+* and more
Every KView contains matchers to retrieve the view involved in the ViewInteraction. Some examples of matchers provided
@@ -59,6 +60,7 @@ by Kakao:
* withContentDescription
* withDrawable
* withBackgroundColor
+* and more
Like in Espresso you can combine different matchers:
```Kotlin
diff --git a/buildsystem/dependencies.gradle b/buildsystem/dependencies.gradle
index 9af59fe4..c3b23dab 100644
--- a/buildsystem/dependencies.gradle
+++ b/buildsystem/dependencies.gradle
@@ -1,11 +1,11 @@
ext.versions = [
- kotlin : '1.2.30',
+ kotlin : '1.2.31',
dokka : '0.9.16',
- android_gradle : '3.0.1',
+ android_gradle : '3.1.1',
bintray : '1.7.3',
maven : '1.5',
oss : '4.5.4',
- support_library: '27.1.0',
+ support_library: '27.1.1',
espresso : '3.0.1',
espresso_rules : '1.0.1',
espresso_runner: '1.0.1',
@@ -44,8 +44,8 @@ ext.kakao = [
artifact : 'kakao',
name : 'kakao',
description : 'Kotlin based DSL for fluent AT with Espresso',
- version : "1.2.1$alias",
- version_desc : "Kakao 1.2.1$alias",
+ version : "1.3.0$alias",
+ version_desc : "Kakao 1.3.0$alias",
site : 'https://github.com/agoda-com/Kakao',
github : 'https://github.com/agoda-com/Kakao.git'
]
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index bf1b63c3..78fdbd81 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,6 @@
+#Tue Apr 17 11:37:57 ICT 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip