File tree Expand file tree Collapse file tree 14 files changed +27
-27
lines changed Expand file tree Collapse file tree 14 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
5151 implementation ' com.google.android.gms:play-services-ads:21.3.0'
5252
5353 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
54- implementation platform(' com.google.firebase:firebase-bom:31.0.2 ' )
54+ implementation platform(' com.google.firebase:firebase-bom:31.0.3 ' )
5555
5656 // For an optimal experience using AdMob, add the Firebase SDK
5757 // for Google Analytics. This is recommended, but not required.
@@ -60,6 +60,6 @@ dependencies {
6060 debugImplementation " androidx.fragment:fragment-testing:1.5.4"
6161 androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0'
6262 androidTestImplementation ' androidx.test:rules:1.5.0'
63- androidTestImplementation ' androidx.test:runner:1.5.0 '
63+ androidTestImplementation ' androidx.test:runner:1.5.1 '
6464 androidTestImplementation ' androidx.test.ext:junit:1.1.4'
6565}
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
4343 implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
4444
4545 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
46- implementation platform(' com.google.firebase:firebase-bom:31.0.2 ' )
46+ implementation platform(' com.google.firebase:firebase-bom:31.0.3 ' )
4747
4848 // Firebase Analytics (Java)
4949 implementation ' com.google.firebase:firebase-analytics'
@@ -53,6 +53,6 @@ dependencies {
5353
5454 androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0'
5555 androidTestImplementation ' androidx.test:rules:1.5.0'
56- androidTestImplementation ' androidx.test:runner:1.5.0 '
56+ androidTestImplementation ' androidx.test:runner:1.5.1 '
5757 androidTestImplementation ' androidx.test.ext:junit:1.1.4'
5858}
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
4343 implementation ' androidx.multidex:multidex:2.0.1'
4444
4545 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
46- implementation platform(' com.google.firebase:firebase-bom:31.0.2 ' )
46+ implementation platform(' com.google.firebase:firebase-bom:31.0.3 ' )
4747
4848 // ADD the SDK to the "prerelease" variant only (example)
4949 implementation ' com.google.firebase:firebase-appdistribution-ktx:16.0.0-beta01'
@@ -52,7 +52,7 @@ dependencies {
5252 // for Google Analytics. This is recommended, but not required.
5353 implementation ' com.google.firebase:firebase-analytics'
5454
55- androidTestImplementation ' androidx.test:runner:1.5.0 '
55+ androidTestImplementation ' androidx.test:runner:1.5.1 '
5656 androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0'
5757 androidTestImplementation ' androidx.test:rules:1.5.0'
5858 androidTestImplementation ' androidx.test.uiautomator:uiautomator:2.2.0'
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
5151 implementation ' androidx.navigation:navigation-ui-ktx:2.5.3'
5252
5353 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
54- implementation platform(' com.google.firebase:firebase-bom:31.0.2 ' )
54+ implementation platform(' com.google.firebase:firebase-bom:31.0.3 ' )
5555
5656 // Firebase Authentication (Java)
5757 implementation ' com.google.firebase:firebase-auth'
@@ -73,5 +73,5 @@ dependencies {
7373
7474 androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0'
7575 androidTestImplementation ' androidx.test:rules:1.5.0'
76- androidTestImplementation ' androidx.test:runner:1.5.0 '
76+ androidTestImplementation ' androidx.test:runner:1.5.1 '
7777}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
3939 implementation ' com.google.android.material:material:1.7.0'
4040
4141 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
42- implementation platform(' com.google.firebase:firebase-bom:31.0.2 ' )
42+ implementation platform(' com.google.firebase:firebase-bom:31.0.3 ' )
4343
4444 // Firebase Remote Config (Java)
4545 implementation ' com.google.firebase:firebase-config'
@@ -53,6 +53,6 @@ dependencies {
5353
5454 androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0'
5555 androidTestImplementation ' androidx.test:rules:1.5.0'
56- androidTestImplementation ' androidx.test:runner:1.5.0 '
56+ androidTestImplementation ' androidx.test:runner:1.5.1 '
5757 androidTestImplementation ' androidx.test.ext:junit:1.1.4'
5858}
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
4444 implementation " androidx.activity:activity-ktx:1.6.1"
4545
4646 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
47- implementation platform(' com.google.firebase:firebase-bom:31.0.2 ' )
47+ implementation platform(' com.google.firebase:firebase-bom:31.0.3 ' )
4848
4949 // Firebase Crashlytics (Kotlin)
5050 implementation ' com.google.firebase:firebase-crashlytics-ktx'
@@ -59,6 +59,6 @@ dependencies {
5959 testImplementation ' junit:junit:4.13.2'
6060 androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0'
6161 androidTestImplementation ' androidx.test:rules:1.5.0'
62- androidTestImplementation ' androidx.test:runner:1.5.0 '
62+ androidTestImplementation ' androidx.test:runner:1.5.1 '
6363 androidTestImplementation ' androidx.test.ext:junit:1.1.4'
6464}
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
4444 implementation ' androidx.navigation:navigation-ui-ktx:2.5.3'
4545
4646 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
47- implementation platform(' com.google.firebase:firebase-bom:31.0.2 ' )
47+ implementation platform(' com.google.firebase:firebase-bom:31.0.3 ' )
4848
4949 // Firebase Realtime Database (Java)
5050 implementation ' com.google.firebase:firebase-database'
@@ -66,5 +66,5 @@ dependencies {
6666 testImplementation ' junit:junit:4.13.2'
6767 androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0'
6868 androidTestImplementation ' androidx.test:rules:1.5.0'
69- androidTestImplementation ' androidx.test:runner:1.5.0 '
69+ androidTestImplementation ' androidx.test:runner:1.5.1 '
7070}
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dependencies {
5252 implementation ' com.google.android.material:material:1.7.0'
5353
5454 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
55- implementation platform(' com.google.firebase:firebase-bom:31.0.2 ' )
55+ implementation platform(' com.google.firebase:firebase-bom:31.0.3 ' )
5656
5757 // Firebase Dynamic Links (Java)
5858 implementation ' com.google.firebase:firebase-dynamic-links'
@@ -66,6 +66,6 @@ dependencies {
6666
6767 androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0'
6868 androidTestImplementation ' androidx.test:rules:1.5.0'
69- androidTestImplementation ' androidx.test:runner:1.5.0 '
69+ androidTestImplementation ' androidx.test:runner:1.5.1 '
7070 androidTestImplementation ' androidx.test.ext:junit:1.1.4'
7171}
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
4545 implementation project(" :internal:chooserx" )
4646
4747 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
48- implementation platform(' com.google.firebase:firebase-bom:31.0.2 ' )
48+ implementation platform(' com.google.firebase:firebase-bom:31.0.3 ' )
4949
5050 // Firestore (Java)
5151 implementation ' com.google.firebase:firebase-firestore'
@@ -91,7 +91,7 @@ dependencies {
9191 androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0'
9292 androidTestImplementation ' androidx.test.espresso:espresso-contrib:3.5.0'
9393 androidTestImplementation ' androidx.test:rules:1.5.0'
94- androidTestImplementation ' androidx.test:runner:1.5.0 '
94+ androidTestImplementation ' androidx.test:runner:1.5.1 '
9595 androidTestImplementation ' androidx.test.uiautomator:uiautomator:2.2.0'
9696 androidTestImplementation ' junit:junit:4.13.2'
9797 androidTestImplementation ' org.hamcrest:hamcrest-library:2.2'
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
4444 implementation ' com.google.android.material:material:1.7.0'
4545
4646 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
47- implementation platform(' com.google.firebase:firebase-bom:31.0.2 ' )
47+ implementation platform(' com.google.firebase:firebase-bom:31.0.3 ' )
4848
4949 // Cloud Functions for Firebase (Java)
5050 implementation ' com.google.firebase:firebase-functions'
@@ -75,6 +75,6 @@ dependencies {
7575 testImplementation ' junit:junit:4.13.2'
7676 androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0'
7777 androidTestImplementation ' androidx.test:rules:1.5.0'
78- androidTestImplementation ' androidx.test:runner:1.5.0 '
78+ androidTestImplementation ' androidx.test:runner:1.5.1 '
7979 androidTestImplementation ' androidx.test.uiautomator:uiautomator:2.2.0'
8080}
You can’t perform that action at this time.
0 commit comments