mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Update dependencies for room
This commit is contained in:
parent
0681c63c8e
commit
615d2f1914
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,8 @@ sourceSets {
|
|||
}
|
||||
}
|
||||
dependencies {
|
||||
implementation 'androidx.room:room-common:2.4.2'
|
||||
annotationProcessor 'androidx.room:room-compiler:2.4.2'
|
||||
def room_version = "2.4.2"
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
|
|
Loading…
Reference in a new issue