Skip to content

Commit 86a7313

Browse files
authored
Bumping version to v0.8.0 (#109)
1 parent 983de7b commit 86a7313

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

slidetoact/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ apply plugin: 'com.github.dcendents.android-maven'
44
apply plugin: 'com.jfrog.bintray'
55
apply plugin: 'org.jlleitschuh.gradle.ktlint'
66

7-
version = "0.7.0"
7+
version = "0.8.0"
88

99
android {
1010
compileSdkVersion 29
1111

1212
defaultConfig {
1313
minSdkVersion 14
1414
targetSdkVersion 29
15-
versionCode 7
16-
versionName "0.7.0"
15+
versionCode 8
16+
versionName "0.8.0"
1717
vectorDrawables.useSupportLibrary = true
1818
}
1919
buildTypes {

0 commit comments

Comments
 (0)