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 c6c05c0 commit 2ba3e41Copy full SHA for 2ba3e41
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.11.0'
+ implementation 'cloud.eppo:android-sdk:4.11.1'
16
}
17
18
dependencyResolutionManagement {
eppo/build.gradle
@@ -7,7 +7,7 @@ plugins {
7
8
9
group = "cloud.eppo"
10
-version = "4.11.0"
+version = "4.11.1"
11
android {
buildFeatures.buildConfig true
@@ -68,7 +68,7 @@ ext.versions = [
68
]
69
70
71
- api 'cloud.eppo:sdk-common-jvm:3.13.0'
+ api 'cloud.eppo:sdk-common-jvm:3.13.1'
72
73
implementation 'org.slf4j:slf4j-api:2.0.17'
74
0 commit comments