summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorTacoTheDank <SkytkRSfan3895@gmail.com>2020-07-13 00:49:35 -0400
committerTacoTheDank <SkytkRSfan3895@gmail.com>2020-07-13 00:49:35 -0400
commit24656936c70bc73443119b4e1bb492feeac6dd85 (patch)
treecf810ab31c9fa4bd16e57ce74e252e0ab092c9a5 /app/build.gradle
parent078f97e609c2471dfe66c654810dc507ca656109 (diff)
downloadAntennaPod-24656936c70bc73443119b4e1bb492feeac6dd85.zip
Fix a bunch of deprecations
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 050359276..13c3c2107 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -182,6 +182,7 @@ dependencies {
androidTestImplementation "androidx.test.espresso:espresso-intents:$espressoVersion"
androidTestImplementation "androidx.test:runner:$runnerVersion"
androidTestImplementation "androidx.test:rules:$rulesVersion"
+ androidTestImplementation 'androidx.test.ext:junit:1.1.1'
}
if (project.hasProperty("antennaPodPlayPublisherCredentials")) {