Skip to content

Commit 9b8b504

Browse files
Remove support lib
1 parent bf7e998 commit 9b8b504

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242
}
4343

4444
dependencies {
45-
debugImplementation project(':debug-db')
45+
debugImplementation project(':debug-db-encrypt')
4646
implementation 'com.android.support:appcompat-v7:28.0.0'
4747
implementation 'net.zetetic:android-database-sqlcipher:3.5.9'
4848
implementation 'android.arch.persistence.room:runtime:1.1.1'

debug-db-base/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ android {
4040
dependencies {
4141
implementation 'com.google.code.gson:gson:2.8.5'
4242
implementation 'android.arch.persistence.room:runtime:1.1.1'
43-
implementation 'com.android.support:appcompat-v7:28.0.0'
4443
testImplementation 'junit:junit:4.12'
4544
androidTestImplementation 'com.android.support.test:runner:1.0.2'
4645
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

0 commit comments

Comments
 (0)