Skip to content

Commit

Permalink
Bumping version to v0.6.0 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico authored Mar 24, 2019
1 parent 27b4601 commit b864f2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.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 🚸

Expand Down
6 changes: 3 additions & 3 deletions slidetoact/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ 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

defaultConfig {
minSdkVersion 14
targetSdkVersion 27
versionCode 5
versionName "0.5.1"
versionCode 6
versionName "0.6.0"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down

0 comments on commit b864f2e

Please sign in to comment.