Fix APK build: add appcompat dependency for Theme.AppCompat
This commit is contained in:
parent
7d453094a0
commit
cd3698f698
1 changed files with 1 additions and 0 deletions
|
|
@ -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'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue