Skip to content

Commit

Permalink
Merge pull request #212 from hannesa2/dependabot/gradle/androidx.appc…
Browse files Browse the repository at this point in the history
…ompat-appcompat-1.7.0

Bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0
  • Loading branch information
hannesa2 authored May 30, 2024
2 parents 4fec6a6 + 3413996 commit 01b61f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {
dependencies {
implementation project(':githubAppUpdate')
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation "androidx.appcompat:appcompat:1.6.1"
implementation "androidx.appcompat:appcompat:1.7.0"
implementation 'com.google.android.material:material:1.12.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
}
Expand Down
2 changes: 1 addition & 1 deletion githubAppUpdate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
implementation "androidx.work:work-runtime-ktx:2.9.0"

implementation "com.squareup.retrofit2:retrofit:2.11.0"
implementation "androidx.appcompat:appcompat:1.6.1"
implementation "androidx.appcompat:appcompat:1.7.0"
implementation "com.squareup.retrofit2:converter-gson:2.11.0"
implementation("androidx.preference:preference-ktx:1.2.1") {
exclude group: 'androidx.lifecycle', module: 'lifecycle-viewmodel-ktx'
Expand Down

0 comments on commit 01b61f4

Please sign in to comment.