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

This commit is contained in:
chandrashekhar reddy
2024-04-03 13:45:41 +05:30
parent ad237e75ae
commit 6bbbcea227
6 changed files with 53 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'