Update SQLite library
Some checks are pending
continuous-integration/drone/push Build is pending

This commit is contained in:
Amab 2023-04-15 14:09:05 +02:00
parent 43e0a64312
commit 491153839f

View File

@ -114,7 +114,7 @@ dependencies {
//Database dependencies
def room_version = "2.4.3"
implementation 'net.zetetic:android-database-sqlcipher:4.5.1@aar'
implementation "androidx.sqlite:sqlite:2.3.0"
implementation "androidx.sqlite:sqlite:2.3.1"
implementation "androidx.room:room-runtime:$room_version"
annotationProcessor "androidx.room:room-compiler:$room_version"
// optional - Test helpers