Skip to content

Commit

Permalink
Bumping version to v0.8.0 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico authored Mar 12, 2020
1 parent 983de7b commit 86a7313
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 @@ -4,16 +4,16 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
apply plugin: 'org.jlleitschuh.gradle.ktlint'

version = "0.7.0"
version = "0.8.0"

android {
compileSdkVersion 29

defaultConfig {
minSdkVersion 14
targetSdkVersion 29
versionCode 7
versionName "0.7.0"
versionCode 8
versionName "0.8.0"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down

0 comments on commit 86a7313

Please sign in to comment.