Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit a44abf8

Browse files
prepare 4.0.0 release (#67)
1 parent 6218e76 commit a44abf8

File tree

9 files changed

+883
-439
lines changed

9 files changed

+883
-439
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LaunchDarkly overview
1212
Supported versions
1313
-------------------------
1414

15-
This SDK is compatible with React Native 0.62.x and Xcode 11.4 and is tested in Android 27 and iOS 12.4. Earlier versions of this SDK are compatible with prior versions of React Native, Android, and iOS.
15+
This SDK is compatible with React Native 0.62.x and Xcode 12 and is tested in Android 27 and iOS 13.5. Earlier versions of this SDK are compatible with prior versions of React Native, Android, and iOS.
1616

1717
Getting started
1818
---------------
@@ -48,4 +48,3 @@ About LaunchDarkly
4848
* [docs.launchdarkly.com](https://docs.launchdarkly.com/ "LaunchDarkly Documentation") for our documentation and SDK reference guides
4949
* [apidocs.launchdarkly.com](https://apidocs.launchdarkly.com/ "LaunchDarkly API Documentation") for our API documentation
5050
* [blog.launchdarkly.com](https://blog.launchdarkly.com/ "LaunchDarkly Blog Documentation") for the latest product updates
51-
* [Feature Flagging Guide](https://github.com/launchdarkly/featureflags/ "Feature Flagging Guide") for best practices and strategies

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ allprojects {
4949

5050
dependencies {
5151
implementation 'com.facebook.react:react-native:+'
52-
implementation 'com.launchdarkly:launchdarkly-android-client-sdk:2.10.0'
52+
implementation 'com.launchdarkly:launchdarkly-android-client-sdk:2.14.1'
5353
implementation 'com.jakewharton.timber:timber:4.7.1'
5454
implementation "com.google.code.gson:gson:2.8.5"
5555
}

android/src/main/java/com/launchdarkly/reactnative/LaunchdarklyReactNativeClientModule.java

Lines changed: 288 additions & 137 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)