File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,9 +84,21 @@ tasks.withType(com.android.build.gradle.internal.tasks.AndroidTestTask) { task -
8484 }
8585}
8686
87- apply from : ' ../dependencies.gradle'
8887dependencies {
88+ implementation ' org.msgpack:msgpack-core:0.8.11'
89+ implementation ' com.google.code.gson:gson:2.9.0'
90+ implementation ' com.davidehrmann.vcdiff:vcdiff-core:0.1.1'
8991 implementation ' com.google.firebase:firebase-messaging:22.0.0'
92+ implementation project(' :network-client-core' )
93+ implementation project(' :network-client-default' )
94+ testImplementation ' org.hamcrest:hamcrest-all:1.3'
95+ testImplementation ' junit:junit:4.12'
96+ testImplementation ' org.nanohttpd:nanohttpd:2.3.0'
97+ testImplementation ' org.nanohttpd:nanohttpd-nanolets:2.3.0'
98+ testImplementation ' org.nanohttpd:nanohttpd-websocket:2.3.0'
99+ testImplementation ' org.mockito:mockito-core:1.10.19'
100+ testImplementation ' net.jodah:concurrentunit:0.4.2'
101+ testImplementation ' org.slf4j:slf4j-simple:1.7.30'
90102 androidTestImplementation ' com.android.support.test:runner:0.5'
91103 androidTestImplementation ' com.android.support.test:rules:0.5'
92104 androidTestImplementation ' com.crittercism.dexmaker:dexmaker:1.4'
You can’t perform that action at this time.
0 commit comments