Skip to content

Commit

Permalink
updates versions and yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Greer committed Apr 23, 2024
1 parent 5c3b31f commit 8b208f2
Show file tree
Hide file tree
Showing 4 changed files with 1,078 additions and 1,040 deletions.
2 changes: 1 addition & 1 deletion Iterable-React-Native-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Pod::Spec.new do |s|

s.swift_version = '5.3'

s.dependency 'Iterable-iOS-SDK', '~> 6.4.15'
s.dependency 'Iterable-iOS-SDK', '~> 6.5.2'
s.dependency 'React-Core'
end
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ def getModuleVersion() {

dependencies {
implementation 'com.facebook.react:react-native:+'
api 'com.iterable:iterableapi:3.4.16'
api 'com.iterable:iterableapi:3.5.1'
// api project(':iterableapi') // links to local android SDK repo rather than by release
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iterable/react-native-sdk",
"version": "1.3.17",
"version": "1.3.18",
"description": "Iterable SDK for React Native.",
"main": "./js/index.js",
"types": "./js/index.d.ts",
Expand Down
Loading

0 comments on commit 8b208f2

Please sign in to comment.