Skip to content

Commit 5be585f

Browse files
committed
Merge branch 'master' into development
2 parents 25a3f54 + 1b96e5c commit 5be585f

3 files changed

Lines changed: 4 additions & 90 deletions

File tree

.github/ISSUE_TEMPLATE/appsflyer-issue-template.yml

Lines changed: 0 additions & 89 deletions
This file was deleted.

android/src/main/java/com/appsflyer/reactnative/RNAppsFlyerConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
public class RNAppsFlyerConstants {
88

9-
final static String PLUGIN_VERSION = "6.17.3";
9+
final static String PLUGIN_VERSION = "6.17.5";
1010
final static String NO_DEVKEY_FOUND = "No 'devKey' found or its empty";
1111
final static String UNKNOWN_ERROR = "AF Unknown Error";
1212
final static String SUCCESS = "Success";

android/src/main/java/com/appsflyer/reactnative/RNAppsFlyerModule.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212

1313
import android.util.Log;
1414

15+
import java.util.Collections;
16+
import java.util.Map;
17+
1518
import com.appsflyer.attribution.AppsFlyerRequestListener;
1619
import com.appsflyer.deeplink.DeepLinkListener;
1720
import com.appsflyer.deeplink.DeepLinkResult;

0 commit comments

Comments
 (0)