Skip to content

Commit

Permalink
Update the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur3486 committed Aug 7, 2019
1 parent 9417e11 commit c6b7b3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
classpath "com.github.dcendents:android-maven-gradle-plugin:2.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4"
classpath "com.github.ben-manes:gradle-versions-plugin:0.21.0"
classpath "com.github.ben-manes:gradle-versions-plugin:0.22.0"

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
12 changes: 6 additions & 6 deletions common/constants.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ project.ext {
targetSdk = 29
minSdk = 18

supportLibraryVersion = "1.0.2"
supportLibraryVersion = "1.1.0-rc01"
recyclerViewVersion = "1.0.0"
robolectricVersion = "4.0-alpha-3-SNAPSHOT"
jUnitVersion = "4.12"
testRunnerVersion = "1.1.1"
espressoVersion = "3.1.1"
testRunnerVersion = "1.2.0"
espressoVersion = "3.2.0"
constraintLayoutVersion = "1.1.3"
adapsterVersion = "1.0.9"
adapsterVersion = "1.0.12"
glideVersion = "4.9.0"

releaseRepoName = "maven"
releaseUserOrg = "arthurlabs"
releaseGroupId = "com.arthurivanets.bottomsheet"
releaseVersion = "1.1.0"
releaseVersionCode = 12
releaseVersion = "1.1.1"
releaseVersionCode = 13
releaseWebsite = "https://github.com/arthur3486/bottomsheet"
releaseLicense = ["Apache-2.0"]

Expand Down

0 comments on commit c6b7b3e

Please sign in to comment.