plotline-engage 4.8.0 → 4.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -39,6 +39,6 @@ repositories {
39
39
 
40
40
  dependencies {
41
41
  implementation 'com.facebook.react:react-native:+'
42
- implementation 'com.gitlab.plotline:plotline-android-sdk:4.3.4'
42
+ implementation 'com.gitlab.plotline:plotline-android-sdk:4.3.5'
43
43
  }
44
44
 
@@ -109,12 +109,6 @@ public class RNPlotline extends ReactContextBaseJavaModule {
109
109
  }
110
110
  });
111
111
  }
112
-
113
- @ReactMethod
114
- public void track(String eventName) {
115
- final Activity activity = getCurrentActivity();
116
- Plotline.track(eventName, activity);
117
- }
118
112
 
119
113
  public JSONObject getJSONObjectFromReadableMap(ReadableMap object) {
120
114
  JSONObject jsonObject = new JSONObject();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plotline-engage",
3
- "version": "4.8.0",
3
+ "version": "4.8.1",
4
4
  "description": "React Native plugin for Plotline",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"