Skip to content

Commit

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

Bump appcompat from 1.4.2 to 1.5.0
  • Loading branch information
hannesa2 authored Aug 14, 2022
2 parents d528344 + 90b05c4 commit ea4e802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion githubAppUpdate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.9.1'

implementation "com.squareup.retrofit2:retrofit:2.9.0"
implementation "androidx.appcompat:appcompat:1.4.2"
implementation "androidx.appcompat:appcompat:1.5.0"
implementation "com.squareup.retrofit2:converter-gson:2.9.0"
implementation("androidx.preference:preference-ktx:1.2.0") {
exclude group: 'androidx.lifecycle', module: 'lifecycle-viewmodel-ktx'
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
dependencies {
implementation project(':githubAppUpdate')
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation "androidx.appcompat:appcompat:1.4.2"
implementation "androidx.appcompat:appcompat:1.5.0"
implementation 'com.google.android.material:material:1.6.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
}
Expand Down

0 comments on commit ea4e802

Please sign in to comment.