We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 983de7b commit 86a7313Copy full SHA for 86a7313
1 file changed
slidetoact/build.gradle
@@ -4,16 +4,16 @@ apply plugin: 'com.github.dcendents.android-maven'
4
apply plugin: 'com.jfrog.bintray'
5
apply plugin: 'org.jlleitschuh.gradle.ktlint'
6
7
-version = "0.7.0"
+version = "0.8.0"
8
9
android {
10
compileSdkVersion 29
11
12
defaultConfig {
13
minSdkVersion 14
14
targetSdkVersion 29
15
- versionCode 7
16
- versionName "0.7.0"
+ versionCode 8
+ versionName "0.8.0"
17
vectorDrawables.useSupportLibrary = true
18
}
19
buildTypes {
0 commit comments