Skip to content

Commit

Permalink
Merge pull request #327 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 29, 2024
2 parents ac022be + 0f49590 commit f269c34
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 @@ -43,7 +43,7 @@ android {

dependencies {
testImplementation 'junit:junit:4.13.2'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation project(':library')
implementation "androidx.core:core-ktx:1.13.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation "androidx.core:core-ktx:1.13.1"
api "com.github.AppDevNext.Logcat:LogcatCoreLib:3.2"
implementation "com.squareup.okhttp3:okhttp:4.12.0"
Expand Down

0 comments on commit f269c34

Please sign in to comment.