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 73d4055 commit c6c05c0Copy full SHA for c6c05c0
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.2'
+ implementation 'cloud.eppo:android-sdk:4.11.0'
16
}
17
18
dependencyResolutionManagement {
eppo/build.gradle
@@ -7,7 +7,7 @@ plugins {
7
8
9
group = "cloud.eppo"
10
-version = "4.10.3-SNAPSHOT"
+version = "4.11.0"
11
android {
buildFeatures.buildConfig true
0 commit comments