Move style and theme to the dedicated module

This commit is contained in:
Benoit Marty 2021-06-15 12:39:39 +02:00
parent f5f09224b1
commit 000b524b34
56 changed files with 4 additions and 0 deletions

View file

@ -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'
}