Skip to content

Commit 453b1ba

Browse files
authored
fix(android): update sqlcipher-android dependency to version 4.10.0 (#664)
1 parent bd370a7 commit 453b1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
6262
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
6363
implementation "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
64-
implementation 'net.zetetic:sqlcipher-android:4.6.1@aar'
64+
implementation 'net.zetetic:sqlcipher-android:4.10.0@aar'
6565
implementation "androidx.sqlite:sqlite:2.4.0"
6666
//security library
6767
implementation "androidx.security:security-crypto:1.1.0-alpha06"

0 commit comments

Comments
 (0)