Skip to content

Commit

Permalink
Update to latest versions of dependencies
Browse files Browse the repository at this point in the history
- Crashlytics
- Firebase
- Gradle
- Kotlin

Test: CI and manual tests
  • Loading branch information
tiembo authored and nickbutcher committed Jan 24, 2019
1 parent 3c6dbee commit e8130db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ buildscript {
'constraintLayout' : '2.0.0-alpha2',
'coreKtx' : '1.0.0',
'coroutines' : '1.0.0',
'crashlytics' : '2.9.6',
'crashlytics' : '2.9.8',
'dagger' : '2.16',
'espresso' : '3.1.0-beta02',
'fabric' : '1.25.4',
'firebase' : '16.0.5',
'firebase' : '16.0.6',
'glide' : '4.8.0',
'googleServices' : '4.0.1',
'gson' : '2.8.5',
'jsoup' : '1.11.3',
'junit' : '4.12',
'kotlin' : '1.3.10',
'kotlin' : '1.3.20',
'ktlint' : '0.24.0',
'legacyCoreUtils' : '1.0.0',
'lifecycle' : '2.0.0',
Expand Down Expand Up @@ -65,7 +65,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.4.0-alpha09'
classpath 'com.android.tools.build:gradle:3.4.0-beta02'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
classpath "com.google.gms:google-services:${versions.googleServices}"
classpath "io.fabric.tools:gradle:${versions.fabric}"
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Dec 13 21:38:10 PST 2018
#Thu Jan 24 11:25:43 PST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1-milestone-1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip

0 comments on commit e8130db

Please sign in to comment.