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 #97 from Alviere/1.3.0-release
Browse files Browse the repository at this point in the history
1.3.0 release
  • Loading branch information
Unlimity committed Apr 17, 2018
2 parents 914d9bc + 01e35c9 commit ece8f3d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 3 additions & 1 deletion 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
Expand Down Expand Up @@ -49,6 +49,7 @@ Kakao provides different types depending on the type of view:
* KCheckbox
* KViewPager
* KSeekBar
* <b>and more</b>


Every KView contains matchers to retrieve the view involved in the ViewInteraction. Some examples of matchers provided
Expand All @@ -59,6 +60,7 @@ by Kakao:
* withContentDescription
* withDrawable
* withBackgroundColor
* <b>and more</b>

Like in Espresso you can combine different matchers:
```Kotlin
Expand Down
10 changes: 5 additions & 5 deletions 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',
Expand Down Expand Up @@ -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'
]
3 changes: 2 additions & 1 deletion 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

0 comments on commit ece8f3d

Please sign in to comment.