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 {
51
51
implementation ' com.google.android.gms:play-services-ads:21.3.0'
52
52
53
53
// 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 ' )
55
55
56
56
// For an optimal experience using AdMob, add the Firebase SDK
57
57
// for Google Analytics. This is recommended, but not required.
@@ -60,6 +60,6 @@ dependencies {
60
60
debugImplementation " androidx.fragment:fragment-testing:1.5.4"
61
61
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0'
62
62
androidTestImplementation ' androidx.test:rules:1.5.0'
63
- androidTestImplementation ' androidx.test:runner:1.5.0 '
63
+ androidTestImplementation ' androidx.test:runner:1.5.1 '
64
64
androidTestImplementation ' androidx.test.ext:junit:1.1.4'
65
65
}
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
43
43
implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
44
44
45
45
// 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 ' )
47
47
48
48
// Firebase Analytics (Java)
49
49
implementation ' com.google.firebase:firebase-analytics'
@@ -53,6 +53,6 @@ dependencies {
53
53
54
54
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0'
55
55
androidTestImplementation ' androidx.test:rules:1.5.0'
56
- androidTestImplementation ' androidx.test:runner:1.5.0 '
56
+ androidTestImplementation ' androidx.test:runner:1.5.1 '
57
57
androidTestImplementation ' androidx.test.ext:junit:1.1.4'
58
58
}
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
43
43
implementation ' androidx.multidex:multidex:2.0.1'
44
44
45
45
// 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 ' )
47
47
48
48
// ADD the SDK to the "prerelease" variant only (example)
49
49
implementation ' com.google.firebase:firebase-appdistribution-ktx:16.0.0-beta01'
@@ -52,7 +52,7 @@ dependencies {
52
52
// for Google Analytics. This is recommended, but not required.
53
53
implementation ' com.google.firebase:firebase-analytics'
54
54
55
- androidTestImplementation ' androidx.test:runner:1.5.0 '
55
+ androidTestImplementation ' androidx.test:runner:1.5.1 '
56
56
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0'
57
57
androidTestImplementation ' androidx.test:rules:1.5.0'
58
58
androidTestImplementation ' androidx.test.uiautomator:uiautomator:2.2.0'
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
implementation ' androidx.navigation:navigation-ui-ktx:2.5.3'
52
52
53
53
// 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 ' )
55
55
56
56
// Firebase Authentication (Java)
57
57
implementation ' com.google.firebase:firebase-auth'
@@ -73,5 +73,5 @@ dependencies {
73
73
74
74
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0'
75
75
androidTestImplementation ' androidx.test:rules:1.5.0'
76
- androidTestImplementation ' androidx.test:runner:1.5.0 '
76
+ androidTestImplementation ' androidx.test:runner:1.5.1 '
77
77
}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
39
39
implementation ' com.google.android.material:material:1.7.0'
40
40
41
41
// 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 ' )
43
43
44
44
// Firebase Remote Config (Java)
45
45
implementation ' com.google.firebase:firebase-config'
@@ -53,6 +53,6 @@ dependencies {
53
53
54
54
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0'
55
55
androidTestImplementation ' androidx.test:rules:1.5.0'
56
- androidTestImplementation ' androidx.test:runner:1.5.0 '
56
+ androidTestImplementation ' androidx.test:runner:1.5.1 '
57
57
androidTestImplementation ' androidx.test.ext:junit:1.1.4'
58
58
}
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
44
44
implementation " androidx.activity:activity-ktx:1.6.1"
45
45
46
46
// 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 ' )
48
48
49
49
// Firebase Crashlytics (Kotlin)
50
50
implementation ' com.google.firebase:firebase-crashlytics-ktx'
@@ -59,6 +59,6 @@ dependencies {
59
59
testImplementation ' junit:junit:4.13.2'
60
60
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0'
61
61
androidTestImplementation ' androidx.test:rules:1.5.0'
62
- androidTestImplementation ' androidx.test:runner:1.5.0 '
62
+ androidTestImplementation ' androidx.test:runner:1.5.1 '
63
63
androidTestImplementation ' androidx.test.ext:junit:1.1.4'
64
64
}
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
44
44
implementation ' androidx.navigation:navigation-ui-ktx:2.5.3'
45
45
46
46
// 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 ' )
48
48
49
49
// Firebase Realtime Database (Java)
50
50
implementation ' com.google.firebase:firebase-database'
@@ -66,5 +66,5 @@ dependencies {
66
66
testImplementation ' junit:junit:4.13.2'
67
67
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0'
68
68
androidTestImplementation ' androidx.test:rules:1.5.0'
69
- androidTestImplementation ' androidx.test:runner:1.5.0 '
69
+ androidTestImplementation ' androidx.test:runner:1.5.1 '
70
70
}
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dependencies {
52
52
implementation ' com.google.android.material:material:1.7.0'
53
53
54
54
// 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 ' )
56
56
57
57
// Firebase Dynamic Links (Java)
58
58
implementation ' com.google.firebase:firebase-dynamic-links'
@@ -66,6 +66,6 @@ dependencies {
66
66
67
67
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0'
68
68
androidTestImplementation ' androidx.test:rules:1.5.0'
69
- androidTestImplementation ' androidx.test:runner:1.5.0 '
69
+ androidTestImplementation ' androidx.test:runner:1.5.1 '
70
70
androidTestImplementation ' androidx.test.ext:junit:1.1.4'
71
71
}
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
45
45
implementation project(" :internal:chooserx" )
46
46
47
47
// 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 ' )
49
49
50
50
// Firestore (Java)
51
51
implementation ' com.google.firebase:firebase-firestore'
@@ -91,7 +91,7 @@ dependencies {
91
91
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0'
92
92
androidTestImplementation ' androidx.test.espresso:espresso-contrib:3.5.0'
93
93
androidTestImplementation ' androidx.test:rules:1.5.0'
94
- androidTestImplementation ' androidx.test:runner:1.5.0 '
94
+ androidTestImplementation ' androidx.test:runner:1.5.1 '
95
95
androidTestImplementation ' androidx.test.uiautomator:uiautomator:2.2.0'
96
96
androidTestImplementation ' junit:junit:4.13.2'
97
97
androidTestImplementation ' org.hamcrest:hamcrest-library:2.2'
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
44
44
implementation ' com.google.android.material:material:1.7.0'
45
45
46
46
// 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 ' )
48
48
49
49
// Cloud Functions for Firebase (Java)
50
50
implementation ' com.google.firebase:firebase-functions'
@@ -75,6 +75,6 @@ dependencies {
75
75
testImplementation ' junit:junit:4.13.2'
76
76
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0'
77
77
androidTestImplementation ' androidx.test:rules:1.5.0'
78
- androidTestImplementation ' androidx.test:runner:1.5.0 '
78
+ androidTestImplementation ' androidx.test:runner:1.5.1 '
79
79
androidTestImplementation ' androidx.test.uiautomator:uiautomator:2.2.0'
80
80
}
You can’t perform that action at this time.
0 commit comments