Skip to content

Commit

Permalink
Bumping version to v0.9.0 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico authored Jul 14, 2020
1 parent cba38f5 commit 5c9d62c
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.8.0"
version = "0.9.0"

android {
compileSdkVersion 29

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

0 comments on commit 5c9d62c

Please sign in to comment.