Skip to content

Commit 6142fb6

Browse files
authored
Patch Version 0.3.1 (#139)
* Increment React Native to 0.3.1 * Adopt Android SDK version 2.2.1 Version 2.2.0 of the Klaviyo Android SDK added new logic to the networking layer to reduce redundant API calls while also extending retry logic to better retain data during a period of high traffic for a particular company. --------- Co-authored-by: Evan Masseau <>
1 parent efe27b6 commit 6142fb6

File tree

6 files changed

+16
-12
lines changed

6 files changed

+16
-12
lines changed

android/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro
1111
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1212
# org.gradle.parallel=true
1313
#Tue Dec 19 15:08:27 EST 2023
14-
KlaviyoReactNativeSdk_klaviyoAndroidSdkVersion=2.1.1
14+
KlaviyoReactNativeSdk_klaviyoAndroidSdkVersion=2.2.1
1515
KlaviyoReactNativeSdk_compileSdkVersion=31
1616
KlaviyoReactNativeSdk_kotlinVersion=1.8.0
1717
KlaviyoReactNativeSdk_minSdkVersion=23

example/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ source 'https://rubygems.org'
33
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
44
ruby ">= 2.6.10"
55

6-
gem 'cocoapods', '1.14.3'
6+
gem 'cocoapods', '1.15.2'
77
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'

example/Gemfile.lock

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.6)
4+
CFPropertyList (3.0.7)
5+
base64
6+
nkf
57
rexml
68
activesupport (6.1.7.6)
79
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -15,11 +17,12 @@ GEM
1517
httpclient (~> 2.8, >= 2.8.3)
1618
json (>= 1.5.1)
1719
atomos (0.1.3)
20+
base64 (0.2.0)
1821
claide (1.1.0)
19-
cocoapods (1.14.3)
22+
cocoapods (1.15.2)
2023
addressable (~> 2.8)
2124
claide (>= 1.0.2, < 2.0)
22-
cocoapods-core (= 1.14.3)
25+
cocoapods-core (= 1.15.2)
2326
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2427
cocoapods-downloader (>= 2.1, < 3.0)
2528
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -34,7 +37,7 @@ GEM
3437
nap (~> 1.0)
3538
ruby-macho (>= 2.3.0, < 3.0)
3639
xcodeproj (>= 1.23.0, < 2.0)
37-
cocoapods-core (1.14.3)
40+
cocoapods-core (1.15.2)
3841
activesupport (>= 5.0, < 8)
3942
addressable (~> 2.8)
4043
algoliasearch (~> 1.0)
@@ -71,6 +74,7 @@ GEM
7174
nanaimo (0.3.0)
7275
nap (1.1.0)
7376
netrc (0.11.0)
77+
nkf (0.2.0)
7478
public_suffix (4.0.7)
7579
rexml (3.2.6)
7680
ruby-macho (2.5.1)
@@ -92,7 +96,7 @@ PLATFORMS
9296

9397
DEPENDENCIES
9498
activesupport (>= 6.1.7.3, < 7.1.0)
95-
cocoapods (= 1.14.3)
99+
cocoapods (= 1.15.2)
96100

97101
RUBY VERSION
98102
ruby 2.6.10p210

example/ios/Podfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PODS:
1515
- hermes-engine (0.73.1):
1616
- hermes-engine/Pre-built (= 0.73.1)
1717
- hermes-engine/Pre-built (0.73.1)
18-
- klaviyo-react-native-sdk (0.3.0):
18+
- klaviyo-react-native-sdk (0.3.1):
1919
- KlaviyoSwift (= 3.0.4)
2020
- React-Core
2121
- KlaviyoSwift (3.0.4):
@@ -1234,7 +1234,7 @@ SPEC CHECKSUMS:
12341234
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
12351235
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
12361236
hermes-engine: 34df9d5034e90bd9bf1505e1ca198760373935af
1237-
klaviyo-react-native-sdk: 7a74ce591e556acc913f58d39f6c6a51b02d2eca
1237+
klaviyo-react-native-sdk: 878dada99cf8a2e39542d938831d3c8b11d5d9de
12381238
KlaviyoSwift: 47540deeab5070db86346bf1fdcb9b8e4c5e0c09
12391239
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
12401240
RCT-Folly: 7169b2b1c44399c76a47b5deaaba715eeeb476c0
@@ -1279,7 +1279,7 @@ SPEC CHECKSUMS:
12791279
React-utils: fefa27e6d4a5b733f5e76cf8802ccf023ff8cc94
12801280
ReactCommon: 73242ec9768e71688f35ad97ae3d0709a0f66435
12811281
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
1282-
Yoga: 4f53dc50008d626fa679c7a1cb4bed898f8c0bde
1282+
Yoga: 2b33a7ac96c58cdaa7b810948fc6a2a76ed2d108
12831283

12841284
PODFILE CHECKSUM: 8551fc99e362b9a5d9f471b52ed693a80cd33445
12851285

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "klaviyo-react-native-sdk-example",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "klaviyo-react-native-sdk",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Official Klaviyo React Native SDK",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)