Skip to content

Commit 74c5147

Browse files
authored
fix: deobfuscate extraLogging payload (#217)
* chore: use latest common for extraLogging fix * chore: bump to v4.10.2
1 parent 1466684 commit 74c5147

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.10.1'
15+
implementation 'cloud.eppo:android-sdk:4.10.2'
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.10.1-SNAPSHOT"
10+
version = "4.10.2"
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.12.1'
71+
api 'cloud.eppo:sdk-common-jvm:3.12.2'
7272

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

0 commit comments

Comments
 (0)