Skip to content

Commit d2b310b

Browse files
committed
wip: trying to stop using dependencies.gradle
1 parent d1e7ba0 commit d2b310b

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

android/build.gradle

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,21 @@ tasks.withType(com.android.build.gradle.internal.tasks.AndroidTestTask) { task -
8484
}
8585
}
8686

87-
apply from: '../dependencies.gradle'
8887
dependencies {
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'

0 commit comments

Comments
 (0)