Add settings

This commit is contained in:
2019-09-25 18:59:20 +02:00
committed by Matte23
parent 0e9ce948ba
commit d3915dc020
10 changed files with 176 additions and 8 deletions

View File

@@ -47,6 +47,7 @@ dependencies {
implementation 'androidx.navigation:navigation-ui-ktx:2.1.0'
implementation "androidx.work:work-runtime-ktx:2.2.0"
implementation "androidx.room:room-runtime:2.2.0-rc01"
implementation 'androidx.preference:preference:1.1.0'
kapt "androidx.room:room-compiler:2.2.0-rc01"
implementation "androidx.room:room-ktx:2.2.0-rc01"
testImplementation 'junit:junit:4.12'