Skip to content

Commit 960f875

Browse files
committed
version 1.2.2 and point to new android SDK
1 parent c1dc7da commit 960f875

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ def getModuleVersion() {
2222

2323
dependencies {
2424
implementation 'com.facebook.react:react-native:+'
25-
api 'com.iterable:iterableapi:3.4.3'
25+
api 'com.iterable:iterableapi:3.4.4'
2626
// api project(':iterableapi') // links to local android SDK repo rather than by release
2727
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iterable/react-native-sdk",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Iterable SDK for React Native.",
55
"main": "./js/index.js",
66
"types": "./js/index.d.ts",

0 commit comments

Comments
 (0)