Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Jul 8, 2021
1 parent 0b37e56 commit f36764c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
classpath 'com.android.tools.build:gradle:4.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.github.bjoernq:unmockplugin:0.7.8'
classpath "org.jetbrains.dokka:dokka-android-gradle-plugin:0.9.18"
Expand Down
2 changes: 1 addition & 1 deletion gradle/test.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ext {

dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.slf4j:slf4j-simple:1.7.30'
testImplementation 'org.slf4j:slf4j-simple:1.7.31'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.1'

// Core library
Expand Down
2 changes: 1 addition & 1 deletion radar-commons-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {

implementation 'com.google.firebase:firebase-config:21.0.0'
implementation 'com.google.firebase:firebase-core:19.0.0'
implementation 'com.google.firebase:firebase-crashlytics:18.0.0'
implementation 'com.google.firebase:firebase-crashlytics:18.1.0'
implementation 'com.gitlab.mvysny.slf4j:slf4j-handroid:1.7.30'
}

Expand Down

0 comments on commit f36764c

Please sign in to comment.