Skip to content

Commit 9002c41

Browse files
authored
Merge pull request #130 from AppsFlyerSDK/RD-62597/updatetov6.3.0beta
Update iOS & Android to SDK V6.3.0
2 parents aacf45c + 6c0574e commit 9002c41

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Versions
22

3+
## 6.3.0-nullsafety.0
4+
- Update iOS & Android to SDK v6.3.0
5+
36
## 6.2.6-nullsafety.1
47
- Fix for deeplinking in iOS
58

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ android {
3535
dependencies {
3636
implementation fileTree(dir: 'libs', include: ['*.jar'])
3737
implementation 'androidx.appcompat:appcompat:1.0.0'
38-
implementation 'com.appsflyer:af-android-sdk:6.2.0'
38+
implementation 'com.appsflyer:af-android-sdk:6.3.0'
3939
implementation 'com.android.installreferrer:installreferrer:2.1'
4040
}

ios/appsflyer_sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ AppsFlyer is the market leader in mobile advertising attribution & analytics, he
2121
s.source_files = 'Classes/**/*'
2222
s.public_header_files = 'Classes/**/*.h'
2323
s.dependency 'Flutter'
24-
s.ios.dependency 'AppsFlyerFramework', '6.2.6'
24+
s.ios.dependency 'AppsFlyerFramework', '6.3.0'
2525

2626
end

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: appsflyer_sdk
22
description: A Flutter plugin for AppsFlyer SDK. Supports iOS and Android.
3-
version: 6.2.6-nullsafety.1
3+
version: 6.3.0-nullsafety.0-beta
44

55
homepage: https://github.com/AppsFlyerSDK/flutter_appsflyer_sdk
66

0 commit comments

Comments
 (0)