remove room stuff

This commit is contained in:
Sem van der Hoeven
2020-12-17 10:32:28 +01:00
parent 5edf50c808
commit 6a07ce77f0
17 changed files with 6 additions and 448 deletions

View File

@@ -30,11 +30,6 @@ android {
dependencies {
def room_version = "2.2.5"
implementation "androidx.room:room-runtime:$room_version"
annotationProcessor "androidx.room:room-compiler:$room_version"
//gson
implementation 'com.google.code.gson:gson:2.8.6'