We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e7ac9 commit fe4002fCopy full SHA for fe4002f
app/build.gradle
@@ -23,10 +23,10 @@ dependencies {
23
// implementation files('libs/sqlcipher.jar')
24
25
// For testing local AAR packages:
26
- //implementation (name: 'android-database-sqlcipher-4.4.3-release', ext: 'aar')
+ //implementation (name: 'android-database-sqlcipher-4.5.0-release', ext: 'aar')
27
28
// For testing on remote AAR references:
29
- implementation 'net.zetetic:android-database-sqlcipher:4.4.3@aar'
+ implementation 'net.zetetic:android-database-sqlcipher:4.5.0@aar'
30
31
implementation "androidx.sqlite:sqlite:2.0.1"
32
0 commit comments