Adding some dependencies to use sqlite database librairies
This commit is contained in:
parent
dc530ac103
commit
9afb1cb8dd
@ -38,4 +38,6 @@ dependencies {
|
||||
testImplementation 'junit:junit:4.+'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
||||
implementation "androidx.room:room-runtime:2.2.5"
|
||||
annotationProcessor "androidx.room:room-compiler:2.2.5"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user