Skip to content

Commit

Permalink
Revert "WIP: switch to net.zetetic:sqlcipher-android from android-dat…
Browse files Browse the repository at this point in the history
…abase-sqlcipher"

This reverts commit a6e8d02.
  • Loading branch information
zoff99 committed Dec 30, 2024
1 parent a6e8d02 commit 6518c40
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions android-refimpl-app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -305,25 +305,9 @@ dependencies {
//
implementation("com.daimajia.swipelayout:library:1.2.0@aar")
//
//
//
//
//
//
//implementation('net.zetetic:android-database-sqlcipher:4.5.4@aar') {
// transitive = true
//}
//
implementation('net.zetetic:sqlcipher-android:4.5.7@aar') {
implementation('net.zetetic:android-database-sqlcipher:4.5.4@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 6518c40

Please sign in to comment.