Add Stub Settings to Android

This commit is contained in:
Florian Märkl 2019-10-03 22:32:33 +02:00
commit 65a497c585
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
11 changed files with 131 additions and 0 deletions

View file

@ -55,6 +55,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation 'androidx.preference:preference:1.1.0'
implementation 'com.google.android.material:material:1.1.0-alpha10'
implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.1.0'