From 0ef4f08ab2cdc13977f5be2bb717933900ba85ae Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Fri, 10 Jun 2022 01:10:05 +0200 Subject: [PATCH] [android] Minor appcompat version update Signed-off-by: Alexander Borsuk --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index d995cf1738..c37bb73e0c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -79,7 +79,7 @@ dependencies { } implementation 'androidx.annotation:annotation:1.3.0' - implementation 'androidx.appcompat:appcompat:1.4.1' + implementation 'androidx.appcompat:appcompat:1.4.2' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.fragment:fragment:1.4.1' implementation 'androidx.preference:preference:1.2.0'