For security added sql cipher to room and removed bug in ActivitiesFragment

This commit is contained in:
chandrashekhar reddy
2024-04-03 13:38:50 +05:30
parent f258cc3440
commit 4b60188582
6 changed files with 56 additions and 46 deletions

View File

@@ -138,6 +138,7 @@ dependencies {
implementation "androidx.room:room-ktx:2.6.1"
implementation "androidx.room:room-runtime:2.6.1"
kapt ("androidx.room:room-compiler:2.6.1")
implementation "net.zetetic:android-database-sqlcipher:4.4.0"
//image
implementation 'com.github.bumptech.glide:glide:4.13.2'