From 10108c6c1e4c1eda525d614f22f5a7b9802ce55c Mon Sep 17 00:00:00 2001 From: vadym Date: Tue, 29 Sep 2020 20:02:08 +0300 Subject: [PATCH] 1. upgrade core to 0.3.15 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a6e4036..1fbd9ab 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -69,6 +69,6 @@ dependencies { implementation 'com.hbb20:ccp:2.4.0' testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test:runner:1.2.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' + androidTestImplementation 'androidx.test:runner:1.3.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' } \ No newline at end of file