Skip to content

Commit 7789f60

Browse files
Update android-database-sqlcipher to 3.5.9
1 parent 664ec4a commit 7789f60

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ android {
4444
dependencies {
4545
debugImplementation project(':debug-db')
4646
implementation 'com.android.support:appcompat-v7:28.0.0'
47-
implementation 'net.zetetic:android-database-sqlcipher:3.5.7@aar'
47+
implementation 'net.zetetic:android-database-sqlcipher:3.5.9'
4848
implementation 'android.arch.persistence.room:runtime:1.1.1'
4949
annotationProcessor 'android.arch.persistence.room:compiler:1.1.1'
5050
testImplementation 'junit:junit:4.12'

debug-db/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939

4040
dependencies {
4141
implementation 'com.google.code.gson:gson:2.8.5'
42-
implementation 'net.zetetic:android-database-sqlcipher:3.5.7@aar'
42+
implementation 'net.zetetic:android-database-sqlcipher:3.5.9'
4343
implementation 'android.arch.persistence.room:runtime:1.1.1'
4444
implementation 'com.android.support:appcompat-v7:28.0.0'
4545
testImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)