File tree Expand file tree Collapse file tree 5 files changed +25
-0
lines changed Expand file tree Collapse file tree 5 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ dependencies {
2626 implementation ' androidx.browser:browser:1.0.0'
2727 implementation ' androidx.appcompat:appcompat:1.1.0'
2828 implementation " com.google.firebase:firebase-ads:18.3.0"
29+
30+ // For an optimal experience using AdMob, add the Firebase SDK
31+ // for Google Analytics. This is recommended, but not required.
32+ implementation ' com.google.firebase:firebase-analytics:17.2.1'
33+
2934 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.61"
3035}
3136
Original file line number Diff line number Diff line change @@ -25,6 +25,11 @@ dependencies {
2525 implementation ' androidx.legacy:legacy-support-v4:1.0.0'
2626 implementation ' androidx.appcompat:appcompat:1.1.0'
2727 implementation ' com.crashlytics.sdk.android:crashlytics:2.10.1'
28+
29+ // For an optimal experience using Crashlytics, add the Firebase SDK
30+ // for Google Analytics. This is recommended, but not required.
31+ implementation ' com.google.firebase:firebase-analytics:17.2.1'
32+
2833 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.61"
2934}
3035
Original file line number Diff line number Diff line change @@ -26,6 +26,12 @@ dependencies {
2626 implementation ' androidx.appcompat:appcompat:1.1.0'
2727 implementation " com.google.firebase:firebase-auth:19.2.0"
2828 implementation " com.google.firebase:firebase-invites:17.0.0"
29+ implementation " com.google.firebase:firebase-dynamic-links:19.0.0"
30+
31+ // For an optimal experience using Dynamic Links, add the Firebase SDK
32+ // for Google Analytics. This is recommended, but not required.
33+ implementation ' com.google.firebase:firebase-analytics:17.2.1'
34+
2935 implementation " com.google.firebase:firebase-database:19.2.0"
3036 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.61"
3137 implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
Original file line number Diff line number Diff line change @@ -29,5 +29,9 @@ dependencies {
2929 implementation ' androidx.browser:browser:1.0.0'
3030
3131 implementation " com.google.firebase:firebase-inappmessaging-display:19.0.3"
32+
33+ // The Firebase SDK for Google Analytics is required to use In-App Messaging.
34+ implementation ' com.google.firebase:firebase-analytics:17.2.1'
35+
3236 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.61"
3337}
Original file line number Diff line number Diff line change @@ -25,6 +25,11 @@ dependencies {
2525 implementation ' androidx.legacy:legacy-support-v4:1.0.0'
2626 implementation ' androidx.appcompat:appcompat:1.1.0'
2727 implementation " com.google.firebase:firebase-messaging:20.1.0"
28+
29+ // For an optimal experience using FCM, add the Firebase SDK
30+ // for Google Analytics. This is recommended, but not required.
31+ implementation ' com.google.firebase:firebase-analytics:17.2.1'
32+
2833 implementation " com.google.android.gms:play-services-auth:17.0.0"
2934 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.61"
3035}
You can’t perform that action at this time.
0 commit comments