Fix APK build: add appcompat dependency for Theme.AppCompat

This commit is contained in:
ifedan-ed 2026-03-29 00:46:51 +00:00
parent 55e18aacb7
commit 8a0e59d1ce

View file

@ -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'
}