summaryrefslogtreecommitdiff
path: root/core/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'core/build.gradle')
-rw-r--r--core/build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/build.gradle b/core/build.gradle
index b3c614059..ee5a33ce5 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -101,6 +101,9 @@ dependencies {
System.out.println("core: free build hack, skipping some dependencies")
}
+ // bundle conscrypt with free builds
+ freeImplementation "org.conscrypt:conscrypt-android:$conscryptVersion"
+
testImplementation "org.awaitility:awaitility:$awaitilityVersion"
testImplementation 'junit:junit:4.13'
testImplementation 'org.mockito:mockito-core:1.10.19'