Fix APK build: add appcompat dependency for Theme.AppCompat
This commit is contained in:
parent
55e18aacb7
commit
8a0e59d1ce
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
implementation 'androidx.appcompat:appcompat:1.6.1'
|
||||||
implementation 'androidx.browser:browser:1.7.0'
|
implementation 'androidx.browser:browser:1.7.0'
|
||||||
implementation 'com.google.androidbrowserhelper:androidbrowserhelper:2.5.0'
|
implementation 'com.google.androidbrowserhelper:androidbrowserhelper:2.5.0'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue