diff --git a/app/build.gradle b/app/build.gradle index d08b8f0d2..4dd2a4b5b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,6 +9,7 @@ android { targetSdkVersion 28 versionCode 187 versionName "1.30.2-beta" + testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } flavorDimensions "default" buildTypes { @@ -76,4 +77,9 @@ dependencies { implementation 'com.vanniktech:emoji-one:0.6.0-SNAPSHOT' implementation 'com.oguzdev:CircularFloatingActionMenu:1.0.2' playstoreImplementation "io.github.kobakei:ratethisapp:$ratethisappLibraryVersion" + + + testImplementation 'junit:junit:4.12' + androidTestImplementation 'com.android.support.test:runner:1.0.2' + androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' }