There was an error while loading. Please reload this page.
After creating your android module add the lines below in your root build.gradle at the end of repositories:
build.gradle
allprojects { repositories { // Other repositories.. maven { url 'https://jitpack.io' } } }
Add the dependency on your android module build.gradle file.
dependencies { //Other dependencies api 'com.github.awareframework:com.aware.android.core:master-SNAPSHOT' }
Now you are all set for implementing your own special AWARE module!