Skip to content

Commit

Permalink
Bumping version to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed May 1, 2019
1 parent 4ae44be commit 3c7d20f
Showing 1 changed file with 3 additions and 3 deletions.
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.6.0"
version = "0.7.0"

android {
compileSdkVersion 27

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

0 comments on commit 3c7d20f

Please sign in to comment.