File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ android {
4242}
4343
4444dependencies {
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'
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ android {
4040dependencies {
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'
You can’t perform that action at this time.
0 commit comments