summaryrefslogtreecommitdiff
path: root/core/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'core/build.gradle')
-rw-r--r--core/build.gradle6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/build.gradle b/core/build.gradle
index e2ee3a0bd..71ad30ac1 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -88,10 +88,12 @@ dependencies {
api "com.google.android.support:wearable:$wearableSupportVersion"
compileOnly "com.google.android.wearable:wearable:$wearableSupportVersion"
} else {
- System.out.println("core: free build hack, skipping some dependencies and bundling conscrypt ($conscryptVersion)")
- implementation "org.conscrypt:conscrypt-android:$conscryptVersion"
+ 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'