File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
src/main/kotlin/com/statsig/sdk Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RELEASE_SIGNING_ENABLED=true
6
6
7
7
GROUP =com.statsig.serversdk
8
8
POM_ARTIFACT_ID =serversdk
9
- VERSION_NAME =1.2.2
9
+ VERSION_NAME =1.2.3
10
10
11
11
POM_NAME =Statsig Server SDK
12
12
POM_DESCRIPTION =A feature gating and a/b testing library for statsig
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ internal data class APIConfig(
21
21
@SerializedName(" enabled" ) val enabled : Boolean ,
22
22
@SerializedName(" rules" ) val rules : Array <APIRule >,
23
23
@SerializedName(" idType" ) val idType : String ,
24
+ @SerializedName(" entity" ) val entity : String ,
24
25
@SerializedName(" explicitParameters" ) val explicitParameters : Array <String >? ,
25
26
)
26
27
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package com.statsig.sdk
2
2
3
3
import java.util.Properties
4
4
5
- private const val VERSION = " 1.2.2 "
5
+ private const val VERSION = " 1.2.3 "
6
6
7
7
internal class StatsigMetadata {
8
8
companion object {
You can’t perform that action at this time.
0 commit comments