Skip to content

Commit

Permalink
Merge pull request #466 from AppsFlyerSDK/releases/6.x.x/6.10.x/6.10.…
Browse files Browse the repository at this point in the history
…3-rc1

Releases/6.x.x/6.10.x/6.10.3 rc1
  • Loading branch information
amit-kremer93 committed May 2, 2023
2 parents 3ff22e9 + a6cb6fc commit 7ede875
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 6.10.3
Release date: *2023-05-02*

- Update android SDK to 6.10.3

## 6.10.2
Release date: *2023-04-03*

Expand Down
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-appsflyer",
"version": "6.10.2",
"version": "6.10.3",
"description": "React Native Appsflyer plugin",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 7ede875

Please sign in to comment.