Skip to content

pomelofashion/flagsmith-kotlin-android-client

 
 

Repository files navigation

Flagsmith Kotlin Android Client

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.

Adding to your project

For full documentation visit https://docs.flagsmith.com/clients/android

Resources

Development

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

To publish artifact to mobile-android repository

  1. Change the version name, the major, minor and patch version should follow the base version of original repository we rely on
  2. Run command to publish the package
./gradlew assembleRelease publish

About

Kotlin based client for using Flagsmith in Android applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%