Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b93a365

Browse files
authored
Remove firebase-core (firebase#170)
1 parent 5928064 commit b93a365

File tree

5 files changed

+25
-0
lines changed

5 files changed

+25
-0
lines changed

admob/app/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

crashlytics/app/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

dynamic-links/app/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

inappmessaging/app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

messaging/app/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)