We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1dc7da commit 960f875Copy full SHA for 960f875
android/build.gradle
@@ -22,6 +22,6 @@ def getModuleVersion() {
22
23
dependencies {
24
implementation 'com.facebook.react:react-native:+'
25
- api 'com.iterable:iterableapi:3.4.3'
+ api 'com.iterable:iterableapi:3.4.4'
26
// api project(':iterableapi') // links to local android SDK repo rather than by release
27
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@iterable/react-native-sdk",
3
- "version": "1.2.1",
+ "version": "1.2.2",
4
"description": "Iterable SDK for React Native.",
5
"main": "./js/index.js",
6
"types": "./js/index.d.ts",
0 commit comments