1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Fix regressions

This commit is contained in:
Olivér Falvai
2022-04-17 11:35:30 +02:00
parent 2c84f234a6
commit 2bbecd4cc5
9 changed files with 119 additions and 0 deletions

View File

@@ -54,6 +54,10 @@ android {
dependencies {
implementation libs.androidx.appCompat
implementation libs.google.material
// Pref theme
implementation libs.androidx.preferenceKtx
// PFLockScreen attrs
implementation 'com.github.vector-im:PFLockScreen-Android:1.0.0-beta12'
// dialpad dimen
implementation 'im.dlg:android-dialer:1.2.5'
}