Skip to content

Commit c6c05c0

Browse files
authored
chore: release 4.11.0 (#225)
* chore: release 4.11.0
1 parent 73d4055 commit c6c05c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ feature flagging and experimentation for Eppo customers. An API key is required
1212

1313
```groovy
1414
dependencies {
15-
implementation 'cloud.eppo:android-sdk:4.10.2'
15+
implementation 'cloud.eppo:android-sdk:4.11.0'
1616
}
1717
1818
dependencyResolutionManagement {

eppo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "cloud.eppo"
10-
version = "4.10.3-SNAPSHOT"
10+
version = "4.11.0"
1111

1212
android {
1313
buildFeatures.buildConfig true

0 commit comments

Comments
 (0)