File tree Expand file tree Collapse file tree 29 files changed +67
-67
lines changed Expand file tree Collapse file tree 29 files changed +67
-67
lines changed Original file line number Diff line number Diff line change @@ -48,18 +48,18 @@ dependencies {
4848 implementation ' androidx.navigation:navigation-fragment-ktx:2.5.3'
4949 implementation ' androidx.navigation:navigation-ui-ktx:2.5.3'
5050
51- implementation ' com.google.android.gms:play-services-ads:21.3 .0'
51+ implementation ' com.google.android.gms:play-services-ads:21.4 .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.1.0 ' )
54+ implementation platform(' com.google.firebase:firebase-bom:31.1.1 ' )
5555
5656 // For an optimal experience using AdMob, add the Firebase SDK
5757 // for Google Analytics. This is recommended, but not required.
5858 implementation ' com.google.firebase:firebase-analytics'
5959
60- debugImplementation " androidx.fragment:fragment-testing:1.5.4 "
61- androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0 '
60+ debugImplementation " androidx.fragment:fragment-testing:1.5.5 "
61+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1 '
6262 androidTestImplementation ' androidx.test:rules:1.5.0'
63- androidTestImplementation ' androidx.test:runner:1.5.1 '
64- androidTestImplementation ' androidx.test.ext:junit:1.1.4 '
63+ androidTestImplementation ' androidx.test:runner:1.5.2 '
64+ androidTestImplementation ' androidx.test.ext:junit:1.1.5 '
6565}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 dependencies {
1010 classpath ' com.android.tools.build:gradle:7.3.1'
1111 classpath ' com.google.gms:google-services:4.3.14'
12- classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21 '
12+ classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0 '
1313 }
1414}
1515
Original file line number Diff line number Diff line change @@ -43,16 +43,16 @@ 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.1.0 ' )
46+ implementation platform(' com.google.firebase:firebase-bom:31.1.1 ' )
4747
4848 // Firebase Analytics (Java)
4949 implementation ' com.google.firebase:firebase-analytics'
5050
5151 // Firebase Analytics (Kotlin)
5252 implementation ' com.google.firebase:firebase-analytics-ktx'
5353
54- androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0 '
54+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1 '
5555 androidTestImplementation ' androidx.test:rules:1.5.0'
56- androidTestImplementation ' androidx.test:runner:1.5.1 '
57- androidTestImplementation ' androidx.test.ext:junit:1.1.4 '
56+ androidTestImplementation ' androidx.test:runner:1.5.2 '
57+ androidTestImplementation ' androidx.test.ext:junit:1.1.5 '
5858}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 dependencies {
1010 classpath ' com.android.tools.build:gradle:7.3.1'
1111 classpath ' com.google.gms:google-services:4.3.14'
12- classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21 '
12+ classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0 '
1313 }
1414}
1515
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.1.0 ' )
46+ implementation platform(' com.google.firebase:firebase-bom:31.1.1 ' )
4747
4848 // ADD the SDK to the "prerelease" variant only (example)
4949 implementation ' com.google.firebase:firebase-appdistribution-ktx:16.0.0-beta01'
@@ -52,8 +52,8 @@ 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.1 '
56- androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0 '
55+ androidTestImplementation ' androidx.test:runner:1.5.2 '
56+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1 '
5757 androidTestImplementation ' androidx.test:rules:1.5.0'
5858 androidTestImplementation ' androidx.test.uiautomator:uiautomator:2.2.0'
5959}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
1010 dependencies {
1111 classpath ' com.google.gms:google-services:4.3.14'
1212 classpath ' com.android.tools.build:gradle:7.3.1'
13- classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21 '
13+ classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0 '
1414 }
1515}
1616
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.1.0 ' )
54+ implementation platform(' com.google.firebase:firebase-bom:31.1.1 ' )
5555
5656 // Firebase Authentication (Java)
5757 implementation ' com.google.firebase:firebase-auth'
@@ -71,7 +71,7 @@ dependencies {
7171 implementation ' com.facebook.android:facebook-login:13.2.0'
7272 implementation ' androidx.browser:browser:1.0.0'
7373
74- androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0 '
74+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1 '
7575 androidTestImplementation ' androidx.test:rules:1.5.0'
76- androidTestImplementation ' androidx.test:runner:1.5.1 '
76+ androidTestImplementation ' androidx.test:runner:1.5.2 '
7777}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 dependencies {
1010 classpath ' com.android.tools.build:gradle:7.3.1'
1111 classpath ' com.google.gms:google-services:4.3.14'
12- classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21 '
12+ classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0 '
1313 }
1414}
1515
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 }
77 dependencies {
88 classpath ' com.android.tools.build:gradle:7.3.1'
9- classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21 '
9+ classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0 '
1010
1111 classpath ' com.google.gms:google-services:4.3.14'
1212 classpath ' com.google.firebase:perf-plugin:1.4.2'
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.1.0 ' )
42+ implementation platform(' com.google.firebase:firebase-bom:31.1.1 ' )
4343
4444 // Firebase Remote Config (Java)
4545 implementation ' com.google.firebase:firebase-config'
@@ -51,8 +51,8 @@ dependencies {
5151 // for Google Analytics. This is recommended, but not required.
5252 implementation ' com.google.firebase:firebase-analytics'
5353
54- androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0 '
54+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1 '
5555 androidTestImplementation ' androidx.test:rules:1.5.0'
56- androidTestImplementation ' androidx.test:runner:1.5.1 '
57- androidTestImplementation ' androidx.test.ext:junit:1.1.4 '
56+ androidTestImplementation ' androidx.test:runner:1.5.2 '
57+ androidTestImplementation ' androidx.test.ext:junit:1.1.5 '
5858}
You can’t perform that action at this time.
0 commit comments