From fd01a18c2863eb96fcb336acf30303fc6c8b04bc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 2 Feb 2022 23:17:33 +0000 Subject: [PATCH] chore(deps): update dependency androidx.appcompat:appcompat to v1.4.1 --- example/android/variables.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/android/variables.gradle b/example/android/variables.gradle index 34e9b80..def01c7 100644 --- a/example/android/variables.gradle +++ b/example/android/variables.gradle @@ -3,7 +3,7 @@ ext { compileSdkVersion = 30 targetSdkVersion = 30 androidxActivityVersion = '1.2.0' - androidxAppCompatVersion = '1.2.0' + androidxAppCompatVersion = '1.4.1' androidxCoordinatorLayoutVersion = '1.1.0' androidxCoreVersion = '1.3.2' androidxFragmentVersion = '1.3.0'