Added - file encryption using room db.

This commit is contained in:
Binondi
2025-06-05 21:22:26 +05:30
parent e90e3c438f
commit eea0f56379
23 changed files with 1136 additions and 483 deletions

View File

@@ -1,27 +1,31 @@
[versions]
agp = "8.9.1"
documentfile = "1.0.1"
agp = "8.9.3"
documentfile = "1.1.0"
exp4j = "0.4.8"
glide = "4.16.0"
kotlin = "1.9.24"
coreKtx = "1.15.0"
kotlin = "2.0.0"
coreKtx = "1.16.0"
junit = "4.13.2"
junitVersion = "1.2.1"
espressoCore = "3.6.1"
appcompat = "1.7.0"
lottie = "6.2.0"
material = "1.12.0"
activity = "1.9.3"
constraintlayout = "2.2.0"
activity = "1.10.1"
constraintlayout = "2.2.1"
materialColorUtilities = "1.3.0"
gridlayout = "1.0.0"
gridlayout = "1.1.0"
photoview = "2.3.0"
roomRuntime = "2.7.1"
viewpager = "1.1.0"
zoomage = "1.3.1"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
androidx-documentfile = { module = "androidx.documentfile:documentfile", version.ref = "documentfile" }
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "roomRuntime" }
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "roomRuntime" }
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "roomRuntime" }
androidx-viewpager = { module = "androidx.viewpager:viewpager", version.ref = "viewpager" }
exp4j = { module = "net.objecthunter:exp4j", version.ref = "exp4j" }
glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }