Skip to content

Commit

Permalink
Bumping version to 0.5.0 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico authored Nov 9, 2018
1 parent 48cf219 commit de12e30
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.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 🚸

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.4.0"
version = "0.5.0"

android {
compileSdkVersion 27

defaultConfig {
minSdkVersion 14
targetSdkVersion 27
versionCode 4
versionName "0.4.0"
versionCode 5
versionName "0.5.0"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down

0 comments on commit de12e30

Please sign in to comment.