Skip to content

Commit

Permalink
Android update sqlcipher version
Browse files Browse the repository at this point in the history
  • Loading branch information
npurushe committed Mar 11, 2019
1 parent a2c0e2b commit 72e07be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requery-android/build.gradle
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
implementation project(':requery') implementation project(':requery')
implementation 'androidx.sqlite:sqlite:2.0.0' implementation 'androidx.sqlite:sqlite:2.0.0'
implementation "androidx.recyclerview:recyclerview:$androidx_version" implementation "androidx.recyclerview:recyclerview:$androidx_version"
implementation 'net.zetetic:android-database-sqlcipher:3.5.9' implementation 'net.zetetic:android-database-sqlcipher:4.0.1'
implementation 'io.requery:sqlite-android:3.25.3' implementation 'io.requery:sqlite-android:3.25.3'
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'
androidTestImplementation project(':requery-test') androidTestImplementation project(':requery-test')
Expand Down

0 comments on commit 72e07be

Please sign in to comment.