Skip to content

Commit de5a927

Browse files
authored
Auto-update dependencies. (#1410)
1 parent 19eab4e commit de5a927

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

admob/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies {
5656
// for Google Analytics. This is recommended, but not required.
5757
implementation 'com.google.firebase:firebase-analytics'
5858

59-
debugImplementation "androidx.fragment:fragment-testing:1.5.2"
59+
debugImplementation "androidx.fragment:fragment-testing:1.5.3"
6060
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
6161
androidTestImplementation 'androidx.test:rules:1.4.0'
6262
androidTestImplementation 'androidx.test:runner:1.4.0'

auth/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
implementation project(':internal:lintchecks')
4343
implementation 'androidx.multidex:multidex:2.0.1'
4444

45-
implementation 'androidx.activity:activity-ktx:1.5.1'
45+
implementation 'androidx.activity:activity-ktx:1.6.0'
4646
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4747
implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0'
4848
implementation 'com.google.android.material:material:1.6.1'

crash/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
implementation project(":internal:lintchecks")
4141
implementation project(":internal:chooserx")
4242
implementation 'com.google.android.material:material:1.6.1'
43-
implementation "androidx.activity:activity-ktx:1.5.1"
43+
implementation "androidx.activity:activity-ktx:1.6.0"
4444

4545
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
4646
implementation platform('com.google.firebase:firebase-bom:30.5.0')

firestore/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565
implementation 'com.firebaseui:firebase-ui-auth:8.0.1'
6666

6767
// Support Libs
68-
implementation 'androidx.activity:activity-ktx:1.5.1'
68+
implementation 'androidx.activity:activity-ktx:1.6.0'
6969
implementation 'androidx.appcompat:appcompat:1.5.1'
7070
implementation 'androidx.core:core-ktx:1.9.0'
7171
implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0'

functions/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ dependencies {
3737
implementation project(":internal:lintchecks")
3838
implementation project(":internal:chooserx")
3939

40-
implementation 'androidx.activity:activity-ktx:1.5.1'
41-
implementation 'androidx.fragment:fragment-ktx:1.5.2'
40+
implementation 'androidx.activity:activity-ktx:1.6.0'
41+
implementation 'androidx.fragment:fragment-ktx:1.5.3'
4242
implementation 'androidx.appcompat:appcompat:1.5.1'
4343
implementation 'com.google.android.material:material:1.6.1'
4444

messaging/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ android {
4444
dependencies {
4545
implementation project(":internal:lintchecks")
4646
implementation project(":internal:chooserx")
47-
implementation 'androidx.annotation:annotation:1.4.0'
47+
implementation 'androidx.annotation:annotation:1.5.0'
4848
implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0'
4949
implementation 'androidx.core:core-ktx:1.9.0'
5050

5151
// Required when asking for permission to post notifications (starting in Android 13)
52-
implementation 'androidx.activity:activity-ktx:1.5.1'
53-
implementation 'androidx.fragment:fragment-ktx:1.5.2'
52+
implementation 'androidx.activity:activity-ktx:1.6.0'
53+
implementation 'androidx.fragment:fragment-ktx:1.5.3'
5454

5555
implementation 'com.google.android.material:material:1.6.1'
5656

@@ -75,5 +75,5 @@ dependencies {
7575
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
7676
androidTestImplementation 'androidx.test:runner:1.4.0'
7777
androidTestImplementation 'androidx.test:rules:1.4.0'
78-
androidTestImplementation 'androidx.annotation:annotation:1.4.0'
78+
androidTestImplementation 'androidx.annotation:annotation:1.5.0'
7979
}

storage/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
// Firebase Authentication (Kotlin)
5151
implementation 'com.google.firebase:firebase-auth-ktx'
5252

53-
implementation 'androidx.activity:activity-ktx:1.5.1'
53+
implementation 'androidx.activity:activity-ktx:1.6.0'
5454
implementation 'androidx.appcompat:appcompat:1.5.1'
5555
implementation 'com.google.android.material:material:1.6.1'
5656
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'

0 commit comments

Comments
 (0)