diff --git a/example-projects/android/build.gradle b/example-projects/android/build.gradle index e9f443105b9..31ea46d85d5 100644 --- a/example-projects/android/build.gradle +++ b/example-projects/android/build.gradle @@ -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' } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6afdb62e28d..4031803fde4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ androidx-test-version = "1.5.0" [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.1.5"}