We created a sample app to demonstrate the basic functionality of our SDK, and to give an example how to integrate Emarsys in your application.
- Clone the project from here.
- Run
./gradlew build
in the terminal in the root directory of the repository.
Note
These steps are working with the currently released version of the SDK. Please be aware that the master branch might not be compatible with it!
- Clone the project from here.
- Create a file named
localConfig.properties
in the root directory of the project and pasteuseLocalDependencies=true
in it. - Run
./gradlew build
in the terminal in the root directory of the repository.
Note
Please keep in mind that this may contain unstable/in-development features which are not currently supported to use in production.