Skip to content

Commit 01a8e05

Browse files
committed
[MOB-2591] - Android stable version bump
Updating Android 3.2.9 to 3.2.10
1 parent d31bdbf commit 01a8e05

File tree

3 files changed

+646
-580
lines changed

3 files changed

+646
-580
lines changed

android/build.gradle

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

2323
dependencies {
2424
implementation 'com.facebook.react:react-native:+'
25-
api 'com.iterable:iterableapi:3.2.9'
25+
api 'com.iterable:iterableapi:3.2.10'
2626
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iterable/react-native-sdk",
3-
"version": "1.0.21",
3+
"version": "1.0.22",
44
"description": "Iterable SDK for React Native.",
55
"main": "./js/index.js",
66
"types": "./js/index.d.ts",
@@ -45,4 +45,4 @@
4545
"peerDependencies": {
4646
"react-native": "^0.62.2"
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)