summaryrefslogtreecommitdiff
path: root/core/build.gradle
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2018-10-21 22:12:07 +0200
committerByteHamster <info@bytehamster.com>2018-10-21 22:12:07 +0200
commit168b41a825c355d4874f7ccb06391395f1486c81 (patch)
tree5d1506aa3f702e497ee33e552ab7671be3469ac0 /core/build.gradle
parent59c2c5b1d6e007ea7fa8260d994d21743a092f73 (diff)
downloadAntennaPod-168b41a825c355d4874f7ccb06391395f1486c81.zip
Updated tests
Diffstat (limited to 'core/build.gradle')
-rw-r--r--core/build.gradle5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/build.gradle b/core/build.gradle
index 0a6d4c36b..80adefa60 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -10,7 +10,7 @@ android {
versionCode 1
versionName "1.0"
testApplicationId "de.danoeh.antennapod.core.tests"
- testInstrumentationRunner "de.danoeh.antennapod.core.AntennaPodTestRunner"
+ testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
@@ -83,6 +83,9 @@ dependencies {
}
testImplementation 'junit:junit:4.12'
+ androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
+ androidTestImplementation 'com.android.support.test:runner:1.0.2'
+ androidTestImplementation 'com.android.support.test:rules:1.0.2'
}