Skip to content

Commit e8883e7

Browse files
authored
Merge pull request #654 from AppsFlyerSDK/dev/DELIVERY-103291/update-6.17.7
update 6.17.7
2 parents 25a3f54 + 5101a18 commit e8883e7

8 files changed

Lines changed: 388 additions & 112 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.7";
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)