From e307d5726ffdf9af28fa7cc869e388afe9f122d4 Mon Sep 17 00:00:00 2001 From: Rudson Lima Date: Fri, 16 Mar 2018 00:03:29 -0300 Subject: [PATCH] Version 1.1 \(-.-)/ --- README.md | 2 +- library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c61e90d..4a15d26 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ allprojects { ```gradle dependencies { - implementation 'com.github.rudsonlive:searchliveo:1.0.2' + implementation 'com.github.rudsonlive:searchliveo:1.1' } ``` diff --git a/library/build.gradle b/library/build.gradle index 660aeba..1ef30cf 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -19,7 +19,7 @@ android { minSdkVersion 18 targetSdkVersion 27 versionCode 1 - versionName "1.0.2" + versionName "1.1" vectorDrawables.useSupportLibrary = true testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"