Skip to content

Commit

Permalink
Merge pull request #465 from AppsFlyerSDK/dev/DELIVERY-32461/update-t…
Browse files Browse the repository at this point in the history
…o-6.10.3

update android sdk
  • Loading branch information
amit-kremer93 committed Apr 30, 2023
2 parents 6a5f030 + 649dccc commit 6311db1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
### <a id="plugin-build-for"> This plugin is built for

- Android AppsFlyer SDK **v6.10.2**
- Android AppsFlyer SDK **v6.10.3**
- iOS AppsFlyer SDK **v6.10.1**

## <a id="breaking-changes"> ❗❗ Breaking changes when updating to v6.x.x❗❗
Expand Down Expand Up @@ -61,5 +61,3 @@ If you have used 1 of the removed APIs, please check the integration guide for t
## 🌟 Deep Linking

### [API refrence](/Docs/API.md)

test
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ repositories {
dependencies {
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
implementation "com.android.installreferrer:installreferrer:${safeExtGet('installReferrerVersion', '2.1')}"
api "com.appsflyer:af-android-sdk:${safeExtGet('appsflyerVersion', '6.10.2')}"
api "com.appsflyer:af-android-sdk:${safeExtGet('appsflyerVersion', '6.10.3')}"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

public class RNAppsFlyerConstants {

final static String PLUGIN_VERSION = "6.10.2";
final static String PLUGIN_VERSION = "6.10.3";
final static String NO_DEVKEY_FOUND = "No 'devKey' found or its empty";
final static String UNKNOWN_ERROR = "AF Unknown Error";
final static String SUCCESS = "Success";
Expand Down
2 changes: 1 addition & 1 deletion ios/RNAppsFlyer.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@end


static NSString *const kAppsFlyerPluginVersion = @"6.10.2";
static NSString *const kAppsFlyerPluginVersion = @"6.10.3";
static NSString *const NO_DEVKEY_FOUND = @"No 'devKey' found or its empty";
static NSString *const NO_APPID_FOUND = @"No 'appId' found or its empty";
static NSString *const NO_EVENT_NAME_FOUND = @"No 'eventName' found or its empty";
Expand Down

0 comments on commit 6311db1

Please sign in to comment.