Skip to content

v1.0.0 - moving to mavenCentral and deprecating apis

Compare
Choose a tag to compare
@tore-statsig tore-statsig released this 08 Nov 22:21
· 450 commits to main since this release
0d54f8a

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