This repo contains the code for the Android Library of AppGratis' Unlock Library.
It allows you to manage features and resources provided by offers generated by https://AppGratis.github.io
Using Gradle:
Make sure jCenter is in your enabled maven repositories (projects created by Android Studio have it by default)
Then, add to your build.gradle:
compile 'com.appgratis:appgratis-unlock:0.2.0'
Using Eclipse: You should really use gradle :)
Simply open this repository in Android Studio
This library comes with a full sample app project. Simply open it in Android Studio to see how the library should be used.