Skip to content

Commit

Permalink
Update dependency androidx.appcompat:appcompat to v1.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] committed Jul 3, 2024
1 parent 7fc701b commit 625720a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example-projects/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ configurations {
}

dependencies {
implementation('androidx.appcompat:appcompat:1.6.1') {
implementation('androidx.appcompat:appcompat:1.7.0') {
exclude group: 'com.google.guava', module: 'listenablefuture'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ androidx-test-version = "1.6.1"

[libraries]
androidGradlePlugin = { module = "com.android.tools.build:gradle", version = "7.4.2"}
androidx-appcompat = {module = "androidx.appcompat:appcompat", version = "1.6.1"}
androidx-appcompat = {module = "androidx.appcompat:appcompat", version = "1.7.0"}
androidx-test-core = {module = "androidx.test:core", version.ref = "androidx-test-version"}
androidx-test-rules = {module = "androidx.test:rules", version.ref = "androidx-test-version"}
androidx-test-junit = {module = "androidx.test.ext:junit", version = "1.2.1"}
Expand Down

0 comments on commit 625720a

Please sign in to comment.