summaryrefslogtreecommitdiff
path: root/core/build.gradle
diff options
context:
space:
mode:
authorTony Tam <149837+tonytamsf@users.noreply.github.com>2021-04-06 09:15:14 -0700
committerGitHub <noreply@github.com>2021-04-06 18:15:14 +0200
commit79c79efce588b446cf9816a01e0056e7e3dfd9db (patch)
treefaa91fbd058c9fb93a827f68dac4062de3c0b04d /core/build.gradle
parentef41704166cc17b95159a891e7be36c8b334b8b4 (diff)
downloadAntennaPod-79c79efce588b446cf9816a01e0056e7e3dfd9db.zip
Parsing podcast:funding tag, showing payment, funding links on the show info screen (#4933)
Diffstat (limited to 'core/build.gradle')
-rw-r--r--core/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/build.gradle b/core/build.gradle
index 75ad7faad..554847cbf 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -107,6 +107,7 @@ dependencies {
playApi "com.google.android.support:wearable:$wearableSupportVersion"
compileOnly "com.google.android.wearable:wearable:$wearableSupportVersion"
+ testImplementation 'androidx.test:core:1.2.0'
testImplementation "org.awaitility:awaitility:$awaitilityVersion"
testImplementation 'junit:junit:4.13'
testImplementation 'org.mockito:mockito-inline:3.5.13'