Skip to content
This repository was archived by the owner on Jun 28, 2020. It is now read-only.

Commit 7827632

Browse files
committed
Bump version
1 parent 1bcef3f commit 7827632

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
dependencies {
99
classpath ('com.android.tools.build:gradle:4.0.0')
1010
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
11-
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0'
11+
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files
1414
}
@@ -25,5 +25,5 @@ ext {
2525
sdk = 29
2626
buildTools = "29.0.3"
2727
minSdk = 19
28-
libraryVersion = "1.0.3"
28+
libraryVersion = "2.0.0"
2929
}

0 commit comments

Comments
 (0)