We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b9822 commit 20c80b4Copy full SHA for 20c80b4
2 files changed
README.md
@@ -12,8 +12,8 @@
12
13
### <a id="plugin-build-for"> This plugin is built for
14
15
-- Android AppsFlyer SDK **v6.17.1**
16
-- iOS AppsFlyer SDK **v6.17.2**
+- Android AppsFlyer SDK **v6.17.3**
+- iOS AppsFlyer SDK **v6.17.3**
17
- Tested with React-Native **v0.62.0** (older versions might be supported)
18
19
## <a id="release-updates"> Release Updates
android/src/main/java/com/appsflyer/reactnative/RNAppsFlyerConstants.java
@@ -6,7 +6,7 @@
6
7
public class RNAppsFlyerConstants {
8
9
- final static String PLUGIN_VERSION = "6.17.2";
+ final static String PLUGIN_VERSION = "6.17.3";
10
final static String NO_DEVKEY_FOUND = "No 'devKey' found or its empty";
11
final static String UNKNOWN_ERROR = "AF Unknown Error";
final static String SUCCESS = "Success";
0 commit comments