Skip to content

Commit

Permalink
Bumping version to v0.5.1 (cortinico#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico authored Nov 15, 2018
1 parent d55870f commit a963d87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0'
implementation 'com.ncorti:slidetoact:0.5.1'
}
```

If you're using an Older version of the Android Gradle plugin:
```groovy
dependencies {
compile 'com.ncorti:slidetoact:0.5.0'
compile 'com.ncorti:slidetoact:0.5.1'
}
```

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).
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).

## Example 🚸

Expand Down
4 changes: 2 additions & 2 deletions slidetoact/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

version = "0.5.0"
version = "0.5.1"

android {
compileSdkVersion 27
Expand All @@ -12,7 +12,7 @@ android {
minSdkVersion 14
targetSdkVersion 27
versionCode 5
versionName "0.5.0"
versionName "0.5.1"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down

0 comments on commit a963d87

Please sign in to comment.