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 499ae83 commit 3fc9bfcCopy full SHA for 3fc9bfc
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.8.0'
+ implementation 'cloud.eppo:android-sdk:4.10.0'
16
}
17
18
dependencyResolutionManagement {
eppo/build.gradle
@@ -7,7 +7,7 @@ plugins {
7
8
9
group = "cloud.eppo"
10
-version = "4.9.2"
+version = "4.10.0"
11
android {
buildFeatures.buildConfig true
@@ -68,7 +68,7 @@ ext.versions = [
68
]
69
70
71
- api 'cloud.eppo:sdk-common-jvm:3.11.2'
+ api 'cloud.eppo:sdk-common-jvm:3.12.0'
72
73
implementation 'org.slf4j:slf4j-api:2.0.17'
74
0 commit comments