Skip to content

Commit

Permalink
fix: propagating NPE fix for ContextBuilder.fromContext bug (#246)
Browse files Browse the repository at this point in the history
**Related issues**

This fix never propagated into the Android SDK and another customer
reported it. launchdarkly/java-sdk-common#15
  • Loading branch information
tanderson-ld committed Mar 7, 2024
1 parent 363d653 commit 3205005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launchdarkly-android-client-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ ext.versions = [
"jacksonCore": "2.10.5",
"jacksonDatabind": "2.10.5.1",
"junit": "4.13",
"launchdarklyJavaSdkCommon": "2.1.0",
"launchdarklyJavaSdkInternal": "1.0.0",
"launchdarklyJavaSdkCommon": "2.1.1",
"launchdarklyJavaSdkInternal": "1.2.1",
"launchdarklyLogging": "1.1.1",
"okhttp": "4.9.2",
"timber": "5.0.1",
Expand Down

0 comments on commit 3205005

Please sign in to comment.