We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31bdbf commit 01a8e05Copy full SHA for 01a8e05
android/build.gradle
@@ -22,5 +22,5 @@ def getModuleVersion() {
22
23
dependencies {
24
implementation 'com.facebook.react:react-native:+'
25
- api 'com.iterable:iterableapi:3.2.9'
+ api 'com.iterable:iterableapi:3.2.10'
26
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@iterable/react-native-sdk",
3
- "version": "1.0.21",
+ "version": "1.0.22",
4
"description": "Iterable SDK for React Native.",
5
"main": "./js/index.js",
6
"types": "./js/index.d.ts",
@@ -45,4 +45,4 @@
45
"peerDependencies": {
46
"react-native": "^0.62.2"
47
48
-}
+}
0 commit comments