db jar integrated

This commit is contained in:
SIDHARTH BAMBA
2022-02-18 15:38:06 +05:30
parent aef6f8fa45
commit 0769c5dd40

View File

@@ -322,7 +322,10 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-web:3.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.2.0'
androidTestImplementation 'com.android.support.test.espresso:espresso-contrib:3.2.0'
debugImplementation 'com.navi.medici.test-library:database-library:0.0.26-SNAPSHOT'
testImplementation('com.navi.medici.test-library:database-library:0.0.26-SNAPSHOT'){
exclude group: "org.postgresql"
exclude group: "org.apache.commons"
}
androidTestImplementation('com.google.guava:guava:28.2-android') {
exclude group: "com.google.code.findbugs", module: "jsr305"
}