Skip to content

Commit 2ba3e41

Browse files
authored
chore: bump latest common for okhttp hotfix (#227)
1 parent c6c05c0 commit 2ba3e41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.11.0'
15+
implementation 'cloud.eppo:android-sdk:4.11.1'
1616
}
1717
1818
dependencyResolutionManagement {

eppo/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

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

1212
android {
1313
buildFeatures.buildConfig true
@@ -68,7 +68,7 @@ ext.versions = [
6868
]
6969

7070
dependencies {
71-
api 'cloud.eppo:sdk-common-jvm:3.13.0'
71+
api 'cloud.eppo:sdk-common-jvm:3.13.1'
7272

7373
implementation 'org.slf4j:slf4j-api:2.0.17'
7474

0 commit comments

Comments
 (0)