Skip to content

Commit bae78e9

Browse files
Change implementation to api
1 parent d14adf9 commit bae78e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debug-db-encrypt/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818
}
1919

2020
dependencies {
21-
implementation project(':debug-db-base')
21+
api project(':debug-db-base')
2222
implementation 'net.zetetic:android-database-sqlcipher:3.5.9'
2323
testImplementation 'junit:junit:4.12'
2424
androidTestImplementation 'com.android.support.test:runner:1.0.2'

debug-db/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818
}
1919

2020
dependencies {
21-
implementation project(':debug-db-base')
21+
api project(':debug-db-base')
2222
testImplementation 'junit:junit:4.12'
2323
androidTestImplementation 'com.android.support.test:runner:1.0.2'
2424
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

0 commit comments

Comments
 (0)