From 4d243563431f99e9c1112dc7483365169fce3ccb Mon Sep 17 00:00:00 2001 From: eGo Date: Mon, 13 Jul 2020 19:21:36 +0300 Subject: [PATCH] typo fix --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 51b1b7d..e6377aa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,9 +35,9 @@ dependencies { implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:core:8.0.1' implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - testÄ°mplementation 'junit:junit:4.13' - androidTestÄ°mplementation 'androidx.test.ext:junit:1.1.1' - androidTestÄ°mplementation 'androidx.test.espresso:espresso-core:3.2.0' + testImplementation 'junit:junit:4.13' + androidTestImplementation 'androidx.test.ext:junit:1.1.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' implementation project(':coffeetubefloatvideo') implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" }