Skip to content

Commit

Permalink
chore(gradle): upgrade dependencies
Browse files Browse the repository at this point in the history
SUITEDEV-25485

Co-authored-by: LasOri <[email protected]>
Co-authored-by: davidSchuppa <[email protected]>
  • Loading branch information
3 people committed Nov 17, 2020
1 parent 389d703 commit 281e401
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 @@ -6,12 +6,12 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:4.1.1'
classpath 'digital.wup:android-maven-publish:3.6.3'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$Versions.kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-allopen:$Versions.kotlin_version"
classpath "com.github.ben-manes:gradle-versions-plugin:0.33.0"
classpath "com.github.ben-manes:gradle-versions-plugin:0.36.0"
classpath "com.vanniktech:gradle-dependency-graph-generator-plugin:0.5.0"
classpath "android.arch.navigation:navigation-safe-args-gradle-plugin:1.0.0"
}
Expand Down

0 comments on commit 281e401

Please sign in to comment.