Skip to content

Instantly share code, notes, and snippets.

@sessionm-docs
Last active August 16, 2016 14:52
Show Gist options
  • Save sessionm-docs/077051c93c09c19022c4ba4b07d3e1b1 to your computer and use it in GitHub Desktop.
Save sessionm-docs/077051c93c09c19022c4ba4b07d3e1b1 to your computer and use it in GitHub Desktop.
dependencies {
//Required
compile 'com.sessionm.sdk:sessionm-sdk:1.11.6'
//Optional
compile 'com.google.code.gson:gson:2.6.2'
compile 'com.squareup.okhttp:okhttp:2.6.0'
compile 'com.google.android.gms:play-services-location:8.4.0'
compile 'com.google.android.gms:play-services-gcm:8.4.0'
compile 'com.google.android.gms:play-services-ads:8.4.0'
compile 'com.squareup.picasso:picasso:2.5.2'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment