Skip to content

Commit c4503df

Browse files
fix(deps): update dependency net.zetetic:android-database-sqlcipher to v4.5.4
1 parent 4a56f66 commit c4503df

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
@@ -57,7 +57,7 @@ dependencies {
5757
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
5858
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
5959
implementation "androidx.coordinatorlayout:coordinatorlayout:1.3.0"
60-
implementation 'net.zetetic:android-database-sqlcipher:4.4.3@aar'
60+
implementation 'net.zetetic:android-database-sqlcipher:4.5.4@aar'
6161
implementation "androidx.sqlite:sqlite:2.5.0"
6262

6363
}

0 commit comments

Comments
 (0)