Skip to content

Instantly share code, notes, and snippets.

@brainail
Created April 7, 2015 21:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brainail/3456ee111a61c2d41bb5 to your computer and use it in GitHub Desktop.
Save brainail/3456ee111a61c2d41bb5 to your computer and use it in GitHub Desktop.
Drive REST API libraries, build.gradle
dependencies {
// Libs folder
compile fileTree(dir: 'libs', include: ['*.jar'])
// ...
// Google auth, drive, etc
compile 'com.google.code.gson:gson:2.3'
compile 'com.google.api-client:google-api-client:1.19.0'
compile 'com.google.api-client:google-api-client-android:1.19.0'
compile 'com.google.apis:google-api-services-drive:v2-rev154-1.19.0'
compile 'com.google.http-client:google-http-client-android:1.19.0'
compile 'com.google.http-client:google-http-client:1.19.0'
compile 'com.google.http-client:google-http-client-gson:1.19.0'
compile 'com.google.oauth-client:google-oauth-client:1.19.0'
compile 'com.google.code.findbugs:jsr305:1.3.9'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment