mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-25 02:45:53 +03:00
Move style and theme to the dedicated module
This commit is contained in:
parent
f5f09224b1
commit
000b524b34
56 changed files with 4 additions and 0 deletions
|
@ -51,4 +51,8 @@ android {
|
|||
dependencies {
|
||||
implementation 'androidx.appcompat:appcompat:1.3.0'
|
||||
implementation 'com.google.android.material:material:1.3.0'
|
||||
// Pref theme
|
||||
implementation 'androidx.preference:preference-ktx:1.1.1'
|
||||
// PFLockScreen attrs
|
||||
implementation 'com.github.vector-im:PFLockScreen-Android:1.0.0-beta12'
|
||||
}
|
Loading…
Reference in a new issue