Skip to content

Commit

Permalink
wip: trying to stop using dependencies.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ttypic committed Sep 24, 2024
1 parent d1e7ba0 commit d2b310b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d2b310b

Please sign in to comment.