Skip to content

Commit 6943187

Browse files
chore: prepare RC (iOS 6.17.9, Android 6.17.6)
1 parent 13053ba commit 6943187

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ To do so, please follow [this article](https://support.appsflyer.com/hc/en-us/ar
1111

1212
## SDK Versions
1313

14-
- Android AppsFlyer SDK **v6.17.5**
15-
- iOS AppsFlyer SDK **v6.17.8**
14+
- Android AppsFlyer SDK **v6.17.6**
15+
- iOS AppsFlyer SDK **v6.17.9**
1616

1717
### Purchase Connector versions
1818

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ android {
5353
dependencies {
5454
implementation fileTree(dir: 'libs', include: ['*.jar'])
5555
implementation 'androidx.appcompat:appcompat:1.0.0'
56-
implementation 'com.appsflyer:af-android-sdk:6.17.5'
56+
implementation 'com.appsflyer:af-android-sdk:6.17.6'
5757
implementation 'com.android.installreferrer:installreferrer:2.2'
5858
// implementation 'androidx.core:core-ktx:1.13.1'
5959
if (includeConnector) {

ios/appsflyer_sdk.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'appsflyer_sdk'
3-
s.version = '6.17.8'
3+
s.version = '6.17.9'
44
s.summary = 'AppsFlyer Integration for Flutter'
55
s.description = 'AppsFlyer is the market leader in mobile advertising attribution & analytics, helping marketers to pinpoint their targeting, optimize their ad spend and boost their ROI.'
66
s.homepage = 'https://github.com/AppsFlyerSDK/flutter_appsflyer_sdk'
@@ -21,12 +21,12 @@ Pod::Spec.new do |s|
2121
ss.source_files = 'Classes/**/*'
2222
ss.public_header_files = 'Classes/**/*.h'
2323
ss.dependency 'Flutter'
24-
ss.ios.dependency 'AppsFlyerFramework','6.17.8'
24+
ss.ios.dependency 'AppsFlyerFramework','6.17.9'
2525
end
2626

2727
s.subspec 'PurchaseConnector' do |ss|
2828
ss.dependency 'Flutter'
29-
ss.ios.dependency 'PurchaseConnector', '6.17.8'
29+
ss.ios.dependency 'PurchaseConnector', '6.17.9'
3030
ss.source_files = 'PurchaseConnector/**/*'
3131
ss.public_header_files = 'PurchaseConnector/**/*.h'
3232

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.17.8
3+
version: 6.17.9-rc1
44

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

0 commit comments

Comments
 (0)