Skip to content

Commit 1d74fed

Browse files
authored
Merge pull request #780 from Iterable/jwt/SDK-181-update-sdk-versions-to-latest
[SDK-181] update ios/android sdk versions
2 parents c6548d2 + b397602 commit 1d74fed

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

Iterable-React-Native-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.private_header_files = "ios/**/*.h"
1818

1919
# Load Iterables iOS SDK as a dependency
20-
s.dependency "Iterable-iOS-SDK", "6.6.1"
20+
s.dependency "Iterable-iOS-SDK", "6.6.3"
2121

2222
# Basic Swift support
2323
s.pod_target_xcconfig = {

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def kotlin_version = getExtOrDefault("kotlinVersion")
105105
dependencies {
106106
implementation "com.facebook.react:react-android"
107107
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
108-
api "com.iterable:iterableapi:3.6.1"
108+
api "com.iterable:iterableapi:3.6.2"
109109
// api project(":iterableapi") // links to local android SDK repo rather than by release
110110
}
111111

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"devDependencies": {
7070
"@commitlint/config-conventional": "^19.6.0",
7171
"@evilmartians/lefthook": "^1.5.0",
72+
"@react-native-community/cli": "18.0.0",
7273
"@react-native/babel-preset": "0.79.3",
7374
"@react-native/eslint-config": "0.79.3",
7475
"@react-native/metro-config": "0.79.3",

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,6 +1979,7 @@ __metadata:
19791979
dependencies:
19801980
"@commitlint/config-conventional": ^19.6.0
19811981
"@evilmartians/lefthook": ^1.5.0
1982+
"@react-native-community/cli": 18.0.0
19821983
"@react-native/babel-preset": 0.79.3
19831984
"@react-native/eslint-config": 0.79.3
19841985
"@react-native/metro-config": 0.79.3

0 commit comments

Comments
 (0)