I'm using "@iterable/react-native-sdk": "^1.3.13" and build is failing from yesterday. Here's the error.
`
Task :iterable_react-native-sdk:compileReleaseJavaWithJavac FAILED
/Users/runner/work/1/s/node_modules/@iterable/react-native-sdk/android/src/main/java/com/iterable/reactnative/RNIterableAPIModule.java:231: error: method setRead in class IterableInAppManager cannot be applied to given types;
IterableApi.getInstance().getInAppManager().setRead(RNIterableInternal.getMessageById(messageId), read);
^
required: IterableInAppMessage,boolean,SuccessHandler
found: IterableInAppMessage,boolean
reason: actual and formal argument lists differ in length
/Users/runner/work/1/s/node_modules/@iterable/react-native-sdk/android/src/main/java/com/iterable/reactnative/RNIterableAPIModule.java:237: error: incompatible types: IterableInAppDeleteActionType cannot be converted to SuccessHandler
IterableApi.getInstance().getInAppManager().removeMessage(RNIterableInternal.getMessageById(messageId), Serialization.getIterableDeleteActionTypeFromInteger(deleteSource), Serialization.getIterableInAppLocationFromInteger(location));
^
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
2 errors
FAILURE: Build failed with an exception.
I'm using
"@iterable/react-native-sdk": "^1.3.13"
and build is failing from yesterday. Here's the error.`
`
Here's the package json: