From de12e300fd85300a1c7990bdd1c29962a00b93f9 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Fri, 9 Nov 2018 23:31:37 +0100 Subject: [PATCH] Bumping version to 0.5.0 (#37) --- README.md | 6 +++--- slidetoact/build.gradle | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4297b7c..ffa360a 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.4.0' + implementation 'com.ncorti:slidetoact:0.5.0' } ``` If you're using an Older version of the Android Gradle plugin: ```groovy dependencies { - compile 'com.ncorti:slidetoact:0.4.0' + compile 'com.ncorti:slidetoact:0.5.0' } ``` -Or you can download the .AAR artifact [directly from Bintray](https://bintray.com/cortinico/maven/download_file?file_path=com%2Fncorti%2Fslidetoact%2F0.4.0%2Fslidetoact-0.4.0.aar). +Or you can download the .AAR artifact [directly from Bintray](https://bintray.com/cortinico/maven/download_file?file_path=com%2Fncorti%2Fslidetoact%2F0.5.0%2Fslidetoact-0.5.0.aar). ## Example 🚸 diff --git a/slidetoact/build.gradle b/slidetoact/build.gradle index 1724e29..9621951 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.4.0" +version = "0.5.0" android { compileSdkVersion 27 @@ -11,8 +11,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 27 - versionCode 4 - versionName "0.4.0" + versionCode 5 + versionName "0.5.0" vectorDrawables.useSupportLibrary = true } buildTypes {