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

Commit

Permalink
Prepare 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Unlimity committed Oct 10, 2019
1 parent c98e2da commit 1826510
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildsystem/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext.versions = [
kotlin : '1.3.41',
kotlin : '1.3.50',
dokka : '0.9.18',
android_gradle : '3.4.2',
bintray : '1.7.3',
Expand Down Expand Up @@ -47,8 +47,8 @@ ext.kakao = [
artifact : 'kakao',
name : 'kakao',
description : 'Kotlin based DSL for fluent AT with Espresso',
version : "2.1.0$alias",
version_desc : "Kakao 2.1.0$alias",
version : "2.2.0$alias",
version_desc : "Kakao 2.2.0$alias",
site : 'https://github.com/agoda-com/Kakao',
github : 'https://github.com/agoda-com/Kakao.git'
]

0 comments on commit 1826510

Please sign in to comment.