diff --git a/README.md b/README.md index eb65cbc3..4297b7cd 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.3.0' + implementation 'com.ncorti:slidetoact:0.4.0' } ``` If you're using an Older version of the Android Gradle plugin: ```groovy dependencies { - compile 'com.ncorti:slidetoact:0.3.0' + compile 'com.ncorti:slidetoact:0.4.0' } ``` -Or you can download the .AAR artifact [directly from Bintray](https://bintray.com/cortinico/maven/download_file?file_path=com%2Fncorti%2Fslidetoact%2F0.3.0%2Fslidetoact-0.3.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.4.0%2Fslidetoact-0.4.0.aar). ## Example 🚸 diff --git a/slidetoact/build.gradle b/slidetoact/build.gradle index b2531b26..638d5d53 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.3.0" +version = "0.4.0" android { compileSdkVersion 27 @@ -11,8 +11,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 27 - versionCode 3 - versionName "0.3.0" + versionCode 4 + versionName "0.4.0" vectorDrawables.useSupportLibrary = true } buildTypes {