Skip to content

Commit 664ec4a

Browse files
Update test plugins
1 parent 3e3df37 commit 664ec4a

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

app/build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,12 @@ android {
4242
}
4343

4444
dependencies {
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
}

debug-db/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,13 @@ android {
3838
}
3939

4040
dependencies {
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'

0 commit comments

Comments
 (0)