File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,13 +42,12 @@ android {
4242}
4343
4444dependencies {
45- androidTestImplementation(' com.android.support.test.espresso:espresso-core:2.2.2' , {
46- exclude group : ' com.android.support' , module : ' support-annotations'
47- })
45+ debugImplementation project(' :debug-db' )
4846 implementation ' com.android.support:appcompat-v7:28.0.0'
49- testImplementation ' junit:junit:4.12'
5047 implementation ' net.zetetic:android-database-sqlcipher:3.5.7@aar'
5148 implementation ' android.arch.persistence.room:runtime:1.1.1'
5249 annotationProcessor ' android.arch.persistence.room:compiler:1.1.1'
53- debugImplementation project(' :debug-db' )
50+ testImplementation ' junit:junit:4.12'
51+ androidTestImplementation ' com.android.support.test:runner:1.0.2'
52+ androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
5453}
Original file line number Diff line number Diff line change @@ -38,14 +38,13 @@ android {
3838}
3939
4040dependencies {
41- androidTestImplementation(' com.android.support.test.espresso:espresso-core:2.2.2' , {
42- exclude group : ' com.android.support' , module : ' support-annotations'
43- })
44- testImplementation ' junit:junit:4.12'
4541 implementation ' com.google.code.gson:gson:2.8.5'
4642 implementation ' net.zetetic:android-database-sqlcipher:3.5.7@aar'
4743 implementation ' android.arch.persistence.room:runtime:1.1.1'
4844 implementation ' com.android.support:appcompat-v7:28.0.0'
45+ testImplementation ' junit:junit:4.12'
46+ androidTestImplementation ' com.android.support.test:runner:1.0.2'
47+ androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
4948}
5049
5150// apply from: 'debug-db-upload.gradle'
You can’t perform that action at this time.
0 commit comments