Get deps from maven central

pull/14/head
Alex Baker 11 years ago
parent ef5f9bddb6
commit d2d91036ce

@ -37,4 +37,19 @@ dependencies {
compile project(":greendroid")
compile project(":api")
compile fileTree(dir: "../libs", includes: ["*.jar"])
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: 'org.codehaus.jackson', name: 'jackson-core-asl', version: '1.6.7', transitive: false
compile group: 'org.apache.httpcomponents', name: 'httpmime', version: '4.1.1', transitive: false
compile group: 'com.google.api-client', name: 'google-api-client', version: '1.6.0-beta', transitive: false
compile group: 'com.google.api-client', name: 'google-api-client-extensions', version: '1.6.0-beta', transitive: false
compile group: 'com.google.api-client', name: 'google-api-client-extensions-android2', version: '1.6.0-beta', transitive: false
compile group: 'com.google.http-client', name: 'google-http-client', version: '1.6.0-beta', transitive: false
compile group: 'com.google.http-client', name: 'google-http-client-extensions', version: '1.6.0-beta', transitive: false
compile group: 'com.google.http-client', name: 'google-http-client-extensions-android2', version: '1.6.0-beta', transitive: false
compile group: 'com.google.http-client', name: 'google-http-client-extensions-android3', version: '1.6.0-beta', transitive: false
compile group: 'com.google.oauth-client', name: 'google-oauth-client', version: '1.6.0-beta', transitive: false
compile group: 'com.google.oauth-client', name: 'google-oauth-client-extensions', version: '1.6.0-beta', transitive: false
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save