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 d14adf9 commit bae78e9Copy full SHA for bae78e9
debug-db-encrypt/build.gradle
@@ -18,7 +18,7 @@ android {
18
}
19
20
dependencies {
21
- implementation project(':debug-db-base')
+ api project(':debug-db-base')
22
implementation 'net.zetetic:android-database-sqlcipher:3.5.9'
23
testImplementation 'junit:junit:4.12'
24
androidTestImplementation 'com.android.support.test:runner:1.0.2'
debug-db/build.gradle
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
0 commit comments