From cf4e83b0477106e7c60faf2b0e7d5d69f6602779 Mon Sep 17 00:00:00 2001 From: Rody Davis Date: Sat, 13 Jun 2026 10:01:08 +0000 Subject: [PATCH] fix(deps): update androidxappcompatversion to v1.7.1 --- vite-lit-capacitor/android/variables.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite-lit-capacitor/android/variables.gradle b/vite-lit-capacitor/android/variables.gradle index 967549c..2eab1a7 100644 --- a/vite-lit-capacitor/android/variables.gradle +++ b/vite-lit-capacitor/android/variables.gradle @@ -3,7 +3,7 @@ ext { compileSdkVersion = 30 targetSdkVersion = 30 androidxActivityVersion = '1.2.0' - androidxAppCompatVersion = '1.2.0' + androidxAppCompatVersion = '1.7.1' androidxCoordinatorLayoutVersion = '1.1.0' androidxCoreVersion = '1.3.2' androidxFragmentVersion = '1.3.0' -- 2.47.3