The SDK client for Kotlin based Android applications for https://www.flagsmith.com/. Flagsmith allows you to manage feature flags and remote config across multiple projects, environments and organisations.
For full documentation visit https://docs.flagsmith.com/clients/android
- Website
- Documentation
- If you have any questions about our projects you can email [email protected]
To run the integration tests and develop using this repository you'll need to set your environment key using the environment variable ENVIRONMENT_KEY
. E.g. to run the integration tests:
ENVIRONMENT_KEY=F5X.... ./gradlew clean :FlagsmithClient:testDebugUnitTest
- Change the version name, the major, minor and patch version should follow the base version of original repository we rely on
- Run command to publish the package
./gradlew assembleRelease publish