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

Commit 4a643c2

Browse files
authored
feat: updates underlying iOS SDK to 9.11.0 and underlying Android SDK to 5.4.0. (#202)
**Requirements** - [ ] I have added test coverage for new or changed functionality Not applicable - [x] I have followed the repository's [pull request submission guidelines](../blob/main/CONTRIBUTING.md#submitting-pull-requests) - [x] I have validated my changes against all supported platform versions **Related issues** SDK-698
1 parent 99b127b commit 4a643c2

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

ManualTestApp/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ PODS:
7373
- hermes-engine/Pre-built (0.73.4)
7474
- LaunchDarkly (9.8.2):
7575
- LaunchDarkly/Core (= 9.8.2)
76-
- launchdarkly-react-native-client-sdk (9.2.0):
76+
- launchdarkly-react-native-client-sdk (9.3.0):
7777
- LaunchDarkly (= 9.8.2)
7878
- React-Core
7979
- LaunchDarkly/Core (9.8.2):
@@ -1340,7 +1340,7 @@ SPEC CHECKSUMS:
13401340
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
13411341
hermes-engine: b2669ce35fc4ac14f523b307aff8896799829fe2
13421342
LaunchDarkly: 07bba0910bffe00d5d6200a1e4ad111bfc4ae673
1343-
launchdarkly-react-native-client-sdk: da61e3deda2e3f3959ce9444dc17acd039824b5e
1343+
launchdarkly-react-native-client-sdk: 1e5ad1e0a6f7826472ff705626fec9c064488c26
13441344
LDSwiftEventSource: b0826ca826ca890609a9833a05cae1f357fd3b99
13451345
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
13461346
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ repositories {
4949
dependencies {
5050
// The version of react-native is set by the React Native Gradle Plugin
5151
implementation("com.facebook.react:react-android:0.72.7")
52-
implementation("com.launchdarkly:launchdarkly-android-client-sdk:5.0.2")
52+
implementation("com.launchdarkly:launchdarkly-android-client-sdk:5.4.0")
5353
implementation("com.jakewharton.timber:timber:5.0.1")
5454
implementation("com.google.code.gson:gson:2.10.1")
5555

ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ target 'LaunchdarklyReactNativeClient' do
1616
react_native_post_install(installer)
1717
end
1818

19-
pod 'LaunchDarkly', '9.8.2'
19+
pod 'LaunchDarkly', '9.11.0'
2020

2121
target 'Tests' do
2222
inherit! :complete

ios/Podfile.lock

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
PODS:
22
- boost (1.83.0)
3+
- DataCompression (3.8.0)
34
- DoubleConversion (1.1.6)
45
- FBLazyVector (0.73.2)
56
- FBReactNativeSpec (0.73.2):
@@ -11,9 +12,10 @@ PODS:
1112
- ReactCommon/turbomodule/core (= 0.73.2)
1213
- fmt (6.2.1)
1314
- glog (0.3.5)
14-
- LaunchDarkly (9.8.2):
15-
- LaunchDarkly/Core (= 9.8.2)
16-
- LaunchDarkly/Core (9.8.2):
15+
- LaunchDarkly (9.11.0):
16+
- LaunchDarkly/Core (= 9.11.0)
17+
- LaunchDarkly/Core (9.11.0):
18+
- DataCompression (= 3.8.0)
1719
- LDSwiftEventSource (= 3.3.0)
1820
- LDSwiftEventSource (3.3.0)
1921
- RCT-Folly (2022.05.16.00):
@@ -1029,7 +1031,7 @@ DEPENDENCIES:
10291031
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
10301032
- FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
10311033
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
1032-
- LaunchDarkly (= 9.8.2)
1034+
- LaunchDarkly (= 9.11.0)
10331035
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
10341036
- RCT-Folly/Fabric (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
10351037
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
@@ -1077,6 +1079,7 @@ DEPENDENCIES:
10771079

10781080
SPEC REPOS:
10791081
trunk:
1082+
- DataCompression
10801083
- fmt
10811084
- LaunchDarkly
10821085
- LDSwiftEventSource
@@ -1180,12 +1183,13 @@ EXTERNAL SOURCES:
11801183

11811184
SPEC CHECKSUMS:
11821185
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
1186+
DataCompression: 630f9e7db6360b4d8929fb72fbd23689ca43bc16
11831187
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
11841188
FBLazyVector: fbc4957d9aa695250b55d879c1d86f79d7e69ab4
11851189
FBReactNativeSpec: 86de768f89901ef6ed3207cd686362189d64ac88
11861190
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
11871191
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
1188-
LaunchDarkly: 07bba0910bffe00d5d6200a1e4ad111bfc4ae673
1192+
LaunchDarkly: a208f1d3f7c80fe5520df64243b32ea28f225bf2
11891193
LDSwiftEventSource: b0826ca826ca890609a9833a05cae1f357fd3b99
11901194
RCT-Folly: 7169b2b1c44399c76a47b5deaaba715eeeb476c0
11911195
RCTRequired: 9b1e7e262745fb671e33c51c1078d093bd30e322
@@ -1231,6 +1235,6 @@ SPEC CHECKSUMS:
12311235
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
12321236
Yoga: 13c8ef87792450193e117976337b8527b49e8c03
12331237

1234-
PODFILE CHECKSUM: e0afe198c3bd5ebbc04644c2b1c9baa50a1d1376
1238+
PODFILE CHECKSUM: f3abfd7dd16a6bd7ecf905c851bcbc891ca8e311
12351239

12361240
COCOAPODS: 1.15.2

launchdarkly-react-native-client-sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ Pod::Spec.new do |s|
1515
s.swift_version = "5.0"
1616

1717
s.dependency "React-Core"
18-
s.dependency "LaunchDarkly", "9.8.2"
18+
s.dependency "LaunchDarkly", "9.11.0"
1919

2020
end

0 commit comments

Comments
 (0)