diff --git a/slidetoact/build.gradle b/slidetoact/build.gradle index 495821c..3a3d720 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.6.0" +version = "0.7.0" android { compileSdkVersion 27 @@ -11,8 +11,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 27 - versionCode 6 - versionName "0.6.0" + versionCode 7 + versionName "0.7.0" vectorDrawables.useSupportLibrary = true } buildTypes {