Skip to content

Commit

Permalink
fix: drop logging bridge, leave for client apps (#129)
Browse files Browse the repository at this point in the history
* fix:drop logging bridge, leave for client apps
* update version
  • Loading branch information
typotter authored Nov 13, 2024
1 parent b679890 commit 0c6bcfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ feature flagging and experimentation for Eppo customers. An API key is required

```groovy
dependencies {
implementation 'cloud.eppo:android-sdk:4.3.0'
implementation 'cloud.eppo:android-sdk:4.3.1'
}
dependencyResolutionManagement {
Expand Down
3 changes: 1 addition & 2 deletions eppo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "cloud.eppo"
version = "4.3.1-SNAPSHOT"
version = "4.3.1"

android {
buildFeatures.buildConfig true
Expand Down Expand Up @@ -71,7 +71,6 @@ dependencies {
api 'cloud.eppo:sdk-common-jvm:3.5.0'

implementation 'org.slf4j:slf4j-api:2.0.16'
implementation 'uk.uuid.slf4j:slf4j-android:2.0.16-0'

implementation "androidx.core:core:${versions.androidx_core}"
implementation "com.squareup.okhttp3:okhttp:${versions.okhttp}"
Expand Down

0 comments on commit 0c6bcfe

Please sign in to comment.