Skip to content

Commit 20c80b4

Browse files
committed
Update version constant
1 parent 28b9822 commit 20c80b4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
1313
### <a id="plugin-build-for"> This plugin is built for
1414

15-
- Android AppsFlyer SDK **v6.17.1**
16-
- iOS AppsFlyer SDK **v6.17.2**
15+
- Android AppsFlyer SDK **v6.17.3**
16+
- iOS AppsFlyer SDK **v6.17.3**
1717
- Tested with React-Native **v0.62.0** (older versions might be supported)
1818

1919
## <a id="release-updates"> Release Updates

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.2";
9+
final static String PLUGIN_VERSION = "6.17.3";
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";

0 commit comments

Comments
 (0)