Skip to content

Commit fe4002f

Browse files
Update reference to SQLCipher for Android 4.5.0
1 parent f6e7ac9 commit fe4002f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ dependencies {
2323
// implementation files('libs/sqlcipher.jar')
2424

2525
// For testing local AAR packages:
26-
//implementation (name: 'android-database-sqlcipher-4.4.3-release', ext: 'aar')
26+
//implementation (name: 'android-database-sqlcipher-4.5.0-release', ext: 'aar')
2727

2828
// For testing on remote AAR references:
29-
implementation 'net.zetetic:android-database-sqlcipher:4.4.3@aar'
29+
implementation 'net.zetetic:android-database-sqlcipher:4.5.0@aar'
3030

3131
implementation "androidx.sqlite:sqlite:2.0.1"
3232

0 commit comments

Comments
 (0)