From 8a0e59d1ce39d8d651418e0705a4d7f55d89afa8 Mon Sep 17 00:00:00 2001 From: ifedan-ed Date: Sun, 29 Mar 2026 00:46:51 +0000 Subject: [PATCH] Fix APK build: add appcompat dependency for Theme.AppCompat --- android/app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index 80768ca..abc5e46 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -38,6 +38,7 @@ android { } dependencies { + implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.browser:browser:1.7.0' implementation 'com.google.androidbrowserhelper:androidbrowserhelper:2.5.0' }