Get jchronic from maven, remove SackOfViewsAdapter

pull/189/head
Alex Baker 10 years ago
parent 5b298697d7
commit 9819a9ed45

@ -80,15 +80,15 @@ dependencies {
compile project(":api")
compile fileTree(dir: "libs", includes: [
"CWAC-SackOfViewsAdapter.jar",
"framework.jar",
"google-api-services-tasks-v1-1.3.0-beta.jar",
"googleloginclient-helper.jar",
"jchronic-0.2.3.jar", // MIT
"jsr305.jar", // BSD-new
"rfc2445-4Mar2011.jar"
])
compile group: 'com.rubiconproject.oss', name: 'jchronic', version: '0.2.6', transitive: false // MIT
compile group: 'com.google.guava', name: 'guava', version: '11.0.1', transitive: false
compile group: 'com.google.code.gson', name: 'gson', version: '1.7.1', transitive: false
compile group: 'com.google.api-client', name: 'google-api-client', version: '1.6.0-beta', transitive: false

Binary file not shown.
Loading…
Cancel
Save