mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-23 20:10:07 +01:00
updating Commons and Room
This commit is contained in:
parent
e156b85718
commit
2667cc4d64
@ -51,9 +51,9 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.simplemobiletools:commons:5.17.18'
|
||||
implementation 'com.simplemobiletools:commons:5.18.14'
|
||||
|
||||
kapt 'androidx.room:room-compiler:2.1.0'
|
||||
implementation 'androidx.room:room-runtime:2.1.0'
|
||||
annotationProcessor 'androidx.room:room-compiler:2.1.0'
|
||||
kapt 'androidx.room:room-compiler:2.2.1'
|
||||
implementation 'androidx.room:room-runtime:2.2.1'
|
||||
annotationProcessor 'androidx.room:room-compiler:2.2.1'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user