1. upgrade core to 0.3.15

This commit is contained in:
vadym 2020-09-29 20:02:08 +03:00
parent 9cfd0b32ec
commit 10108c6c1e

View File

@ -69,6 +69,6 @@ dependencies {
implementation 'com.hbb20:ccp:2.4.0' implementation 'com.hbb20:ccp:2.4.0'
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
} }