Update Room library
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Amab 2023-04-15 14:09:53 +02:00
parent 491153839f
commit 842566a942

View File

@ -112,7 +112,7 @@ dependencies {
testAnnotationProcessor "org.projectlombok:lombok:$lombok_version"
//Database dependencies
def room_version = "2.4.3"
def room_version = "2.5.1"
implementation 'net.zetetic:android-database-sqlcipher:4.5.1@aar'
implementation "androidx.sqlite:sqlite:2.3.1"
implementation "androidx.room:room-runtime:$room_version"