Skip to content

Commit

Permalink
UPDATE: Upgrade version of Android gradle build plug-in, Google servi…
Browse files Browse the repository at this point in the history
…ces plug-in, Google Analytics and Firebase libraries.
  • Loading branch information
oasisfeng committed Nov 4, 2018
1 parent 5a1f9e4 commit 9eaa42a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ buildscript {
maven { url 'https://maven.fabric.io/public' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.google.gms:google-services:4.1.0'
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.google.gms:google-services:4.2.0'
classpath 'io.fabric.tools:gradle:1.25.4'

// NOTE: Do not place your application dependencies here; they belong
Expand Down
8 changes: 4 additions & 4 deletions shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ dependencies {
api 'net.sourceforge.streamsupport:android-retrofuture:1.6.3'
api 'com.android.support:support-annotations:28.0.0'
implementation 'org.jetbrains:annotations:15.0'
implementation 'com.google.android.gms:play-services-analytics:16.0.3'
implementation 'com.google.firebase:firebase-core:16.0.3'
implementation 'com.google.firebase:firebase-analytics:16.0.3'
implementation 'com.google.firebase:firebase-config:16.0.0'
implementation 'com.google.android.gms:play-services-analytics:16.0.5'
implementation 'com.google.firebase:firebase-core:16.0.5'
implementation 'com.google.firebase:firebase-analytics:16.0.5'
implementation 'com.google.firebase:firebase-config:16.1.0'
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.5'
implementation 'com.oasisfeng.condom:library:2.2.0'

Expand Down

0 comments on commit 9eaa42a

Please sign in to comment.