Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrohloff committed Aug 27, 2018
1 parent 3b520b3 commit 6b1a7da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation 'com.coolerfall:android-http-download-manager:1.6.1'

// images
def glideVersion = '4.7.1'
def glideVersion = '4.8.0'
implementation "com.github.bumptech.glide:glide:${glideVersion}"
implementation "com.github.bumptech.glide:okhttp3-integration:${glideVersion}"
kapt "com.github.bumptech.glide:compiler:${glideVersion}"
Expand Down Expand Up @@ -62,8 +62,8 @@ dependencies {
implementation "com.google.android.gms:play-services-gcm:15.0.1"

// firebase
implementation "com.google.firebase:firebase-core:16.0.1"
implementation "com.crashlytics.sdk.android:crashlytics:2.9.4"
implementation "com.google.firebase:firebase-core:16.0.3"
implementation "com.crashlytics.sdk.android:crashlytics:2.9.5"

// support libraries
def supportVersion = '27.1.1'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}"
classpath "com.google.gms:google-services:4.0.2"
classpath "com.google.gms:google-services:4.1.0"
classpath "io.fabric.tools:gradle:1.25.4"
classpath "io.realm:realm-gradle-plugin:5.4.1"
classpath "io.realm:realm-gradle-plugin:5.4.2"
}
}

Expand Down

0 comments on commit 6b1a7da

Please sign in to comment.