File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ android {
42
42
dependencies {
43
43
implementation project(" :internal:lintchecks" )
44
44
implementation project(" :internal:chooserx" )
45
- implementation ' androidx.appcompat:appcompat:1.5.1 '
45
+ implementation ' androidx.appcompat:appcompat:1.6.0 '
46
46
implementation ' com.google.android.material:material:1.7.0'
47
47
implementation ' androidx.browser:browser:1.0.0'
48
48
implementation ' androidx.navigation:navigation-fragment-ktx:2.5.3'
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
37
37
implementation project(" :internal:chooserx" )
38
38
39
39
implementation ' com.google.android.material:material:1.7.0'
40
- implementation ' androidx.appcompat:appcompat:1.5.1 '
40
+ implementation ' androidx.appcompat:appcompat:1.6.0 '
41
41
implementation " androidx.preference:preference-ktx:1.2.0"
42
42
// Needed to override the version used by preference-ktx
43
43
implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
37
37
implementation project(" :internal:lintchecks" )
38
38
implementation project(" :internal:chooserx" )
39
39
40
- implementation ' androidx.appcompat:appcompat:1.5.1 '
40
+ implementation ' androidx.appcompat:appcompat:1.6.0 '
41
41
implementation ' androidx.recyclerview:recyclerview:1.2.1'
42
42
implementation ' com.google.android.material:material:1.7.0'
43
43
implementation ' androidx.navigation:navigation-fragment-ktx:2.5.3'
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ dependencies {
67
67
68
68
// Support Libs
69
69
implementation ' androidx.activity:activity-ktx:1.6.1'
70
- implementation ' androidx.appcompat:appcompat:1.5.1 '
70
+ implementation ' androidx.appcompat:appcompat:1.6.0 '
71
71
implementation ' androidx.core:core-ktx:1.9.0'
72
72
implementation ' androidx.vectordrawable:vectordrawable-animated:1.1.0'
73
73
implementation ' androidx.cardview:cardview:1.0.0'
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies {
40
40
41
41
implementation ' androidx.activity:activity-ktx:1.6.1'
42
42
implementation ' androidx.fragment:fragment-ktx:1.5.5'
43
- implementation ' androidx.appcompat:appcompat:1.5.1 '
43
+ implementation ' androidx.appcompat:appcompat:1.6.0 '
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)
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dependencies {
52
52
implementation ' com.google.firebase:firebase-auth-ktx'
53
53
54
54
implementation ' androidx.activity:activity-ktx:1.6.1'
55
- implementation ' androidx.appcompat:appcompat:1.5.1 '
55
+ implementation ' androidx.appcompat:appcompat:1.6.0 '
56
56
implementation ' com.google.android.material:material:1.7.0'
57
57
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
58
58
androidTestImplementation ' androidx.test.espresso:espresso-intents:3.5.1'
You can’t perform that action at this time.
0 commit comments