Skip to content

Commit 8cbfae1

Browse files
committed
v14.0.1
1 parent 855f3fd commit 8cbfae1

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

android/src/main/java/com/reactnativegleapsdk/GleapsdkModule.java

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,17 +1077,11 @@ private String extractMimeType(final String encoded) {
10771077
return matcher.group(1).toLowerCase();
10781078
}
10791079

1080-
@ReactMethod
1081-
public void registerConfigLoadedAction(ConfigLoadedCallback configLoadedCallback) {
1082-
Gleap.getInstance().setConfigLoadedCallback(configLoadedCallback);
1083-
}
1084-
10851080
@ReactMethod
10861081
public void disableConsoleLog() {
10871082
Gleap.getInstance().disableConsoleLog();
10881083
}
1089-
1090-
1084+
10911085
@ReactMethod
10921086
public void log(String msg) {
10931087
Gleap.getInstance().log(msg);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-gleapsdk",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"description": "Know exactly why and how a bug happened. Get reports with screenshots, live action replays and all of the important metadata every time.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)