From a9b8b6bd42fdb1e26b23cbb026bf151bcb44e095 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 02:57:04 +0000 Subject: [PATCH] Update dependency androidx.appcompat:appcompat to v1.6.1 Signed-off-by: Renovate Bot --- example-projects/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-projects/android/build.gradle b/example-projects/android/build.gradle index 8a79972fb6..78b66983a7 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.0' + implementation 'androidx.appcompat:appcompat:1.6.1' androidTestImplementation('androidx.test.espresso:espresso-core:3.5.1', { exclude group: 'com.android.support', module: 'support-annotations'