Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 953 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 953 Bytes

android-skit-example

This sample project utilizes the Flyer Kit API and SFML SKit library to render storefronts. Please review the wiki for more information.

Getting started

  1. Clone the project.
git clone https://github.com/wishabi/skit2demo
  1. Obtain username and password credentials to access our JFrog Artifactory.
  2. Replace the username and password placeholders in the ./settings.gradle file.
username = "{{ FLIPP_PROVIDED_JFROG_USERNAME }}"  
password = "{{ FLIPP_PROVIDED_JFROG_PASSWORD }}"  
  1. Obtain a Flyer Kit API token to access Flipp backend services.
  2. Replace the api token placeholder in the build.gradle file.
buildConfigField("String", "FLYER_KIT_API_TOKEN", "{{ FLIPP_PROVIDED_FLYER_KIT_API_TOKEN }}")
  1. Run the Gradle build command:
./gradlew clean build