Move style and theme to the dedicated module
This commit is contained in:
parent
f5f09224b1
commit
000b524b34
@ -51,4 +51,8 @@ android {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'androidx.appcompat:appcompat:1.3.0'
|
implementation 'androidx.appcompat:appcompat:1.3.0'
|
||||||
implementation 'com.google.android.material:material: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 New Issue
Block a user