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 {
4242dependencies {
4343 implementation project(" :internal:lintchecks" )
4444 implementation project(" :internal:chooserx" )
45- implementation ' androidx.appcompat:appcompat:1.5.1 '
45+ implementation ' androidx.appcompat:appcompat:1.6.0 '
4646 implementation ' com.google.android.material:material:1.7.0'
4747 implementation ' androidx.browser:browser:1.0.0'
4848 implementation ' androidx.navigation:navigation-fragment-ktx:2.5.3'
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
3737 implementation project(" :internal:chooserx" )
3838
3939 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 '
4141 implementation " androidx.preference:preference-ktx:1.2.0"
4242 // Needed to override the version used by preference-ktx
4343 implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
3737 implementation project(" :internal:lintchecks" )
3838 implementation project(" :internal:chooserx" )
3939
40- implementation ' androidx.appcompat:appcompat:1.5.1 '
40+ implementation ' androidx.appcompat:appcompat:1.6.0 '
4141 implementation ' androidx.recyclerview:recyclerview:1.2.1'
4242 implementation ' com.google.android.material:material:1.7.0'
4343 implementation ' androidx.navigation:navigation-fragment-ktx:2.5.3'
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ dependencies {
6767
6868 // Support Libs
6969 implementation ' androidx.activity:activity-ktx:1.6.1'
70- implementation ' androidx.appcompat:appcompat:1.5.1 '
70+ implementation ' androidx.appcompat:appcompat:1.6.0 '
7171 implementation ' androidx.core:core-ktx:1.9.0'
7272 implementation ' androidx.vectordrawable:vectordrawable-animated:1.1.0'
7373 implementation ' androidx.cardview:cardview:1.0.0'
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies {
4040
4141 implementation ' androidx.activity:activity-ktx:1.6.1'
4242 implementation ' androidx.fragment:fragment-ktx:1.5.5'
43- implementation ' androidx.appcompat:appcompat:1.5.1 '
43+ implementation ' androidx.appcompat:appcompat:1.6.0 '
4444 implementation ' com.google.android.material:material:1.7.0'
4545
4646 // 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 {
5252 implementation ' com.google.firebase:firebase-auth-ktx'
5353
5454 implementation ' androidx.activity:activity-ktx:1.6.1'
55- implementation ' androidx.appcompat:appcompat:1.5.1 '
55+ implementation ' androidx.appcompat:appcompat:1.6.0 '
5656 implementation ' com.google.android.material:material:1.7.0'
5757 androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
5858 androidTestImplementation ' androidx.test.espresso:espresso-intents:3.5.1'
You can’t perform that action at this time.
0 commit comments