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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
romtsn committed Jun 28, 2020
1 parent 1bcef3f commit 7827632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
dependencies {
classpath ('com.android.tools.build:gradle:4.0.0')
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand All @@ -25,5 +25,5 @@ ext {
sdk = 29
buildTools = "29.0.3"
minSdk = 19
libraryVersion = "1.0.3"
libraryVersion = "2.0.0"
}

0 comments on commit 7827632

Please sign in to comment.