@trackmyuser/react-native-sdk 1.0.5 → 1.0.8

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.
@@ -77,6 +77,6 @@ def kotlin_version = getExtOrDefault("kotlinVersion")
77
77
  dependencies {
78
78
  implementation "com.facebook.react:react-android"
79
79
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
80
- implementation 'com.github.trackmyuser:android-sdk:0.2.18'
80
+ implementation 'com.github.trackmyuser:android-sdk:1.1.5'
81
81
  }
82
82
 
@@ -37,7 +37,7 @@ public class TrackMyUserSDK extends ReactContextBaseJavaModule {
37
37
  if (initializeMap.hasKey("hasDeferredDeeplinkCallback")) {
38
38
  config.setDeeplinkListener(new DeeplinkListener() {
39
39
  @Override
40
- public void onDeepLinkResolve(Deeplink deeplink) {
40
+ public void onDeeplinkResolve(Deeplink deeplink) {
41
41
 
42
42
  WritableMap writableMap = Arguments.createMap();
43
43
  for (Map.Entry<String, String> entry : deeplink.getParams().entrySet()) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackmyuser/react-native-sdk",
3
- "version": "1.0.5",
3
+ "version": "1.0.8",
4
4
  "private": false,
5
5
  "description": "TrackMyUser's Measurement and Attribution SDK",
6
6
  "source": "./src/index.js",