Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 762 Bytes

android.md

File metadata and controls

22 lines (14 loc) · 762 Bytes

Android

The Gloop SDK jar libraries can be found under the release page.

Set up

  1. Download gloopProcessor-VERSION.jar and gloopSDK-VERSION.jar from release page.

  2. Copy the two libraries into the libs folder of your app.

  3. Add following lines to your application build.gradle file under the dependencies section:

compile fileTree(dir: 'libs', include: ['gloopSDK-*.jar'])
annotationProcessor fileTree(dir: 'libs', include: ['gloopProcessor-*.jar'])

Example apps