The Gloop SDK jar libraries can be found under the release page.
-
Download gloopProcessor-VERSION.jar and gloopSDK-VERSION.jar from release page.
-
Copy the two libraries into the libs folder of your app.
-
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'])