[GRADLE] Update to 3.6.0

This commit is contained in:
2020-02-28 10:29:36 +01:00
parent ac899f7f8d
commit 4ac27c5b95
10 changed files with 42 additions and 39 deletions

View File

@@ -30,6 +30,8 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
androidTestImplementation('androidx.test.espresso:espresso-core:3.2.0', {
exclude group: 'com.android.support', module: 'support-annotations'
})
implementation project(path: ':barcode_base_android_library')
}