CB-13622: Testing commit

This commit is contained in:
Joe Bowser 2017-11-30 10:56:28 -08:00
parent 52fd32c837
commit 99d5b4d982

View File

@ -38,12 +38,12 @@ android {
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(path: ":CordovaLib")
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation project(path: ':CordovaLib')
androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
androidTestImplementation ('com.android.support.test.espresso:espresso-web:2.2.2', {
androidTestImplementation('com.android.support.test.espresso:espresso-web:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
implementation 'com.android.support:appcompat-v7:26.1.0'