This sample project utilizes the Flyer Kit API and SFML SKit library to render storefronts. Please review the wiki for more information.
- Clone the project.
git clone https://github.com/wishabi/skit2demo
- Obtain
username
andpassword
credentials to access our JFrog Artifactory. - Replace the username and password placeholders in the
./settings.gradle
file.
username = "{{ FLIPP_PROVIDED_JFROG_USERNAME }}"
password = "{{ FLIPP_PROVIDED_JFROG_PASSWORD }}"
- Obtain a Flyer Kit API token to access Flipp backend services.
- Replace the api token placeholder in the
build.gradle
file.
buildConfigField("String", "FLYER_KIT_API_TOKEN", "{{ FLIPP_PROVIDED_FLYER_KIT_API_TOKEN }}")
- Run the Gradle build command:
./gradlew clean build