Skip to content

Commit b864f2e

Browse files
authored
Bumping version to v0.6.0 (#64)
1 parent 27b4601 commit b864f2e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ A simple *Slide to Unlock* **Material** widget for **Android**, written in [**Ko
3838
If you're using the Android Gradle plugin version 3:
3939
```groovy
4040
dependencies {
41-
implementation 'com.ncorti:slidetoact:0.5.1'
41+
implementation 'com.ncorti:slidetoact:0.6.0'
4242
}
4343
```
4444

4545
If you're using an Older version of the Android Gradle plugin:
4646
```groovy
4747
dependencies {
48-
compile 'com.ncorti:slidetoact:0.5.1'
48+
compile 'com.ncorti:slidetoact:0.6.0'
4949
}
5050
```
5151

52-
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).
52+
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).
5353

5454
## Example 🚸
5555

slidetoact/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'com.github.dcendents.android-maven'
44
apply plugin: 'com.jfrog.bintray'
55

6-
version = "0.5.1"
6+
version = "0.6.0"
77

88
android {
99
compileSdkVersion 27
1010

1111
defaultConfig {
1212
minSdkVersion 14
1313
targetSdkVersion 27
14-
versionCode 5
15-
versionName "0.5.1"
14+
versionCode 6
15+
versionName "0.6.0"
1616
vectorDrawables.useSupportLibrary = true
1717
}
1818
buildTypes {

0 commit comments

Comments
 (0)