We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1466684 commit 74c5147Copy full SHA for 74c5147
README.md
@@ -12,7 +12,7 @@ feature flagging and experimentation for Eppo customers. An API key is required
12
13
```groovy
14
dependencies {
15
- implementation 'cloud.eppo:android-sdk:4.10.1'
+ implementation 'cloud.eppo:android-sdk:4.10.2'
16
}
17
18
dependencyResolutionManagement {
eppo/build.gradle
@@ -7,7 +7,7 @@ plugins {
7
8
9
group = "cloud.eppo"
10
-version = "4.10.1-SNAPSHOT"
+version = "4.10.2"
11
android {
buildFeatures.buildConfig true
@@ -68,7 +68,7 @@ ext.versions = [
68
]
69
70
71
- api 'cloud.eppo:sdk-common-jvm:3.12.1'
+ api 'cloud.eppo:sdk-common-jvm:3.12.2'
72
73
implementation 'org.slf4j:slf4j-api:2.0.17'
74
0 commit comments