Skip to content

Commit

Permalink
WIP: switch to net.zetetic:sqlcipher-android from android-database-sq…
Browse files Browse the repository at this point in the history
…lcipher
  • Loading branch information
zoff99 committed Dec 30, 2024
1 parent e74d4b2 commit a6e8d02
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion android-refimpl-app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,25 @@ dependencies {
//
implementation("com.daimajia.swipelayout:library:1.2.0@aar")
//
implementation('net.zetetic:android-database-sqlcipher:4.5.4@aar') {
//
//
//
//
//
//implementation('net.zetetic:android-database-sqlcipher:4.5.4@aar') {
// transitive = true
//}
//
implementation('net.zetetic:sqlcipher-android:4.5.7@aar') {
transitive = true
}
implementation 'androidx.sqlite:sqlite:2.2.0'
//
//
//
//
//
//
//noinspection KtxExtensionAvailable
implementation('androidx.sqlite:sqlite:2.4.0') {
transitive = true
Expand Down

0 comments on commit a6e8d02

Please sign in to comment.