Skip to content

Commit

Permalink
Update dependency androidx.appcompat:appcompat from 1.6.1 to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent 30903a0 commit ff74f16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/android-agp7/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.7.0'

implementation 'com.google.code.gson:gson:2.11.0'
// Required if generating JSR-303 annotations
Expand Down
2 changes: 1 addition & 1 deletion demo/android-agp7/lib/build.gradle.kts
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")

// Required for @Generated annotation
implementation("org.glassfish:javax.annotation:10.0-b28")
Expand Down
2 changes: 1 addition & 1 deletion demo/android-agp7/lib2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {

dependencies {
implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("com.google.android.material:material:1.12.0")
implementation("com.google.code.gson:gson:2.11.0")
androidTestImplementation("junit:junit:4.13.2")
Expand Down

0 comments on commit ff74f16

Please sign in to comment.