Skip to content

Commit

Permalink
missing analytis library
Browse files Browse the repository at this point in the history
  • Loading branch information
oers committed Oct 26, 2019
1 parent a2f9157 commit 3d04886
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/google-api.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ crashlytics {
}

dependencies {
implementation 'com.google.firebase:firebase-core:17.2.0'
implementation 'com.google.firebase:firebase-analytics:17.2.1'
implementation 'com.google.firebase:firebase-core:17.2.1'
implementation 'com.crashlytics.sdk.android:crashlytics:2.10.1'
implementation 'com.crashlytics.sdk.android:crashlytics-ndk:2.1.1'
}

0 comments on commit 3d04886

Please sign in to comment.