From b864f2e828942c9aa0a33bfa42b26a8ee5862c61 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Sun, 24 Mar 2019 14:50:59 +0100 Subject: [PATCH] Bumping version to v0.6.0 (#64) --- README.md | 6 +++--- slidetoact/build.gradle | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c09f05c1..66f6906d 100644 --- a/README.md +++ b/README.md @@ -38,18 +38,18 @@ A simple *Slide to Unlock* **Material** widget for **Android**, written in [**Ko If you're using the Android Gradle plugin version 3: ```groovy dependencies { - implementation 'com.ncorti:slidetoact:0.5.1' + implementation 'com.ncorti:slidetoact:0.6.0' } ``` If you're using an Older version of the Android Gradle plugin: ```groovy dependencies { - compile 'com.ncorti:slidetoact:0.5.1' + compile 'com.ncorti:slidetoact:0.6.0' } ``` -Or you can download the .AAR artifact [directly from Bintray](https://bintray.com/cortinico/maven/download_file?file_path=com%2Fncorti%2Fslidetoact%2F0.5.1%2Fslidetoact-0.5.1.aar). +Or you can download the .AAR artifact [directly from Bintray](https://bintray.com/cortinico/maven/download_file?file_path=com%2Fncorti%2Fslidetoact%2F0.6.0%2Fslidetoact-0.6.0.aar). ## Example 🚸 diff --git a/slidetoact/build.gradle b/slidetoact/build.gradle index 2720961b..495821cd 100644 --- a/slidetoact/build.gradle +++ b/slidetoact/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android' apply plugin: 'com.github.dcendents.android-maven' apply plugin: 'com.jfrog.bintray' -version = "0.5.1" +version = "0.6.0" android { compileSdkVersion 27 @@ -11,8 +11,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 27 - versionCode 5 - versionName "0.5.1" + versionCode 6 + versionName "0.6.0" vectorDrawables.useSupportLibrary = true } buildTypes {