Skip to content

Commit ef32848

Browse files
Add local AAR snapshot
1 parent 8c9c0df commit ef32848

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ dependencies {
2525
//implementation files('libs/sqlcipher.jar')
2626

2727
// For testing local AAR packages:
28-
//implementation (name: 'android-database-sqlcipher-4.0.1', ext: 'aar')
28+
implementation (name: 'android-database-sqlcipher-4.0.1-debug', ext: 'aar')
2929

3030
// For testing on remote AAR references:
31-
implementation 'net.zetetic:android-database-sqlcipher:4.0.1@aar'
31+
//implementation 'net.zetetic:android-database-sqlcipher:4.0.1@aar'
3232
}
6.1 MB
Binary file not shown.

0 commit comments

Comments
 (0)