File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ dependencies {
56
56
// for Google Analytics. This is recommended, but not required.
57
57
implementation ' com.google.firebase:firebase-analytics'
58
58
59
- debugImplementation " androidx.fragment:fragment-testing:1.5.2 "
59
+ debugImplementation " androidx.fragment:fragment-testing:1.5.3 "
60
60
androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
61
61
androidTestImplementation ' androidx.test:rules:1.4.0'
62
62
androidTestImplementation ' androidx.test:runner:1.4.0'
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
42
42
implementation project(' :internal:lintchecks' )
43
43
implementation ' androidx.multidex:multidex:2.0.1'
44
44
45
- implementation ' androidx.activity:activity-ktx:1.5.1 '
45
+ implementation ' androidx.activity:activity-ktx:1.6.0 '
46
46
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
47
47
implementation ' androidx.vectordrawable:vectordrawable-animated:1.1.0'
48
48
implementation ' com.google.android.material:material:1.6.1'
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies {
40
40
implementation project(" :internal:lintchecks" )
41
41
implementation project(" :internal:chooserx" )
42
42
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 "
44
44
45
45
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
46
46
implementation platform(' com.google.firebase:firebase-bom:30.5.0' )
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ dependencies {
65
65
implementation ' com.firebaseui:firebase-ui-auth:8.0.1'
66
66
67
67
// Support Libs
68
- implementation ' androidx.activity:activity-ktx:1.5.1 '
68
+ implementation ' androidx.activity:activity-ktx:1.6.0 '
69
69
implementation ' androidx.appcompat:appcompat:1.5.1'
70
70
implementation ' androidx.core:core-ktx:1.9.0'
71
71
implementation ' androidx.vectordrawable:vectordrawable-animated:1.1.0'
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ dependencies {
37
37
implementation project(" :internal:lintchecks" )
38
38
implementation project(" :internal:chooserx" )
39
39
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 '
42
42
implementation ' androidx.appcompat:appcompat:1.5.1'
43
43
implementation ' com.google.android.material:material:1.6.1'
44
44
Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ android {
44
44
dependencies {
45
45
implementation project(" :internal:lintchecks" )
46
46
implementation project(" :internal:chooserx" )
47
- implementation ' androidx.annotation:annotation:1.4 .0'
47
+ implementation ' androidx.annotation:annotation:1.5 .0'
48
48
implementation ' androidx.vectordrawable:vectordrawable-animated:1.1.0'
49
49
implementation ' androidx.core:core-ktx:1.9.0'
50
50
51
51
// 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 '
54
54
55
55
implementation ' com.google.android.material:material:1.6.1'
56
56
@@ -75,5 +75,5 @@ dependencies {
75
75
androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
76
76
androidTestImplementation ' androidx.test:runner:1.4.0'
77
77
androidTestImplementation ' androidx.test:rules:1.4.0'
78
- androidTestImplementation ' androidx.annotation:annotation:1.4 .0'
78
+ androidTestImplementation ' androidx.annotation:annotation:1.5 .0'
79
79
}
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies {
50
50
// Firebase Authentication (Kotlin)
51
51
implementation ' com.google.firebase:firebase-auth-ktx'
52
52
53
- implementation ' androidx.activity:activity-ktx:1.5.1 '
53
+ implementation ' androidx.activity:activity-ktx:1.6.0 '
54
54
implementation ' androidx.appcompat:appcompat:1.5.1'
55
55
implementation ' com.google.android.material:material:1.6.1'
56
56
androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
You can’t perform that action at this time.
0 commit comments