v1.0.0 - moving to mavenCentral and deprecating apis
Removed getExperimentInLayerForUser
and getLayerWithCustomExposureLogging
APIs
The library will now only be available on mavenCentral.
To install the SDK, set the maven central repository
repositories {
mavenCentral()
}
and add the dependency:
implementation 'com.statsig:serversdk:1.0.0'
You can find the most up to date versions here: https://central.sonatype.dev/artifact/com.statsig/serversdk/1.0.0/versions
NOTE: you can remove maven { url 'https://jitpack.io' }
if statsig was the only library you got from jitpack