diff --git a/android/build.gradle b/android/build.gradle index 188602979..8f2fcec92 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -84,9 +84,21 @@ tasks.withType(com.android.build.gradle.internal.tasks.AndroidTestTask) { task - } } -apply from: '../dependencies.gradle' dependencies { + implementation 'org.msgpack:msgpack-core:0.8.11' + implementation 'com.google.code.gson:gson:2.9.0' + implementation 'com.davidehrmann.vcdiff:vcdiff-core:0.1.1' implementation 'com.google.firebase:firebase-messaging:22.0.0' + implementation project(':network-client-core') + implementation project(':network-client-default') + testImplementation 'org.hamcrest:hamcrest-all:1.3' + testImplementation 'junit:junit:4.12' + testImplementation 'org.nanohttpd:nanohttpd:2.3.0' + testImplementation 'org.nanohttpd:nanohttpd-nanolets:2.3.0' + testImplementation 'org.nanohttpd:nanohttpd-websocket:2.3.0' + testImplementation 'org.mockito:mockito-core:1.10.19' + testImplementation 'net.jodah:concurrentunit:0.4.2' + testImplementation 'org.slf4j:slf4j-simple:1.7.30' androidTestImplementation 'com.android.support.test:runner:0.5' androidTestImplementation 'com.android.support.test:rules:0.5' androidTestImplementation 'com.crittercism.dexmaker:dexmaker:1.4'