From 94e715a656a4c3ee0353540377d173ead1be0f05 Mon Sep 17 00:00:00 2001 From: Evgenii Skiridov Date: Fri, 6 Sep 2019 16:05:34 +0300 Subject: [PATCH] 0.6.3 --- README.md | 2 +- library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1eccc6f..ac75bc5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add repository (jitpack): Dependency: ```gradle dependencies { - androidTestImpl 'com.github.QAutomatron:kopi:0.6.2' + androidTestImpl 'com.github.QAutomatron:kopi:0.6.3' } ``` diff --git a/library/build.gradle b/library/build.gradle index 433ace6..afe5b4e 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -5,7 +5,7 @@ plugins { id 'digital.wup.android-maven-publish' version '3.6.2' } -version = "0.6.2" +version = "0.6.3" android { compileSdkVersion 28