Skip to content

Commit

Permalink
actions: bump androidx.appcompat:appcompat to 1.6.1 (fixes #1899) (#…
Browse files Browse the repository at this point in the history
…1890)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent 9736d1e commit 40a4c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
androidTestImplementation('androidx.test.espresso:espresso-core:3.5.1', {
exclude group: 'com.android.support', module: 'support-annotations'
})
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
implementation 'androidx.fragment:fragment-ktx:1.3.0-alpha08'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
Expand Down

0 comments on commit 40a4c02

Please sign in to comment.