Skip to content

Commit 2e6a68b

Browse files
committed
6.17.3 bump
1 parent abe386a commit 2e6a68b

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
## 6.17.21
1+
## 6.17.3
22
Release date: *2025-08-08*
33

44
- React Native >> Add new `disableAppSetId` API for Android platform
55
- React Native >> Add new `validateAndLogInAppPurchase` API with AFPurchaseDetails support
6-
- React Native >> Update Android SDK to 6.17.2
7-
- React Native >> Update Plugin to v6.17.21
6+
- React Native >> Update Android SDK to 6.17.3
7+
- React Native >> Update iOS SDK to 6.17.3
8+
- React Native >> Update Plugin to v6.17.3
89

910
## 6.17.2
1011
Release date: *2025-07-30*

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ repositories {
7070
dependencies {
7171
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.7.10" // Add Kotlin standard library
7272
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
73-
api "com.appsflyer:af-android-sdk:${safeExtGet('appsflyerVersion', '6.17.1')}"
73+
api "com.appsflyer:af-android-sdk:${safeExtGet('appsflyerVersion', '6.17.3')}"
7474
implementation "com.android.installreferrer:installreferrer:${safeExtGet('installReferrerVersion', '2.2')}"
7575
if (includeConnector){
7676
implementation 'com.appsflyer:purchase-connector:2.1.1'

ios/RNAppsFlyer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
@end
2323

2424

25-
static NSString *const kAppsFlyerPluginVersion = @"6.17.2";
25+
static NSString *const kAppsFlyerPluginVersion = @"6.17.3";
2626
static NSString *const NO_DEVKEY_FOUND = @"No 'devKey' found or its empty";
2727
static NSString *const NO_APPID_FOUND = @"No 'appId' found or its empty";
2828
static NSString *const NO_EVENT_NAME_FOUND = @"No 'eventName' found or its empty";

react-native-appsflyer.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ Pod::Spec.new do |s|
3030
# AppsFlyerPurchaseConnector
3131
if defined?($AppsFlyerPurchaseConnector) && ($AppsFlyerPurchaseConnector == true)
3232
Pod::UI.puts "#{s.name}: Including PurchaseConnector."
33-
s.dependency 'PurchaseConnector', '6.17.2'
33+
s.dependency 'PurchaseConnector', '6.17.3'
3434
end
3535

3636
# AppsFlyerFramework
3737
if defined?($RNAppsFlyerStrictMode) && ($RNAppsFlyerStrictMode == true)
3838
Pod::UI.puts "#{s.name}: Using AppsFlyerFramework/Strict mode"
39-
s.dependency 'AppsFlyerFramework/Strict', '6.17.2'
39+
s.dependency 'AppsFlyerFramework/Strict', '6.17.3'
4040
s.xcconfig = {'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) AFSDK_NO_IDFA=1' }
4141
else
4242
if !defined?($RNAppsFlyerStrictMode)
4343
Pod::UI.puts "#{s.name}: Using default AppsFlyerFramework. You may require App Tracking Transparency. Not allowed for Kids apps."
4444
Pod::UI.puts "#{s.name}: You may set variable `$RNAppsFlyerStrictMode=true` in Podfile to use strict mode for kids apps."
4545
end
46-
s.dependency 'AppsFlyerFramework', '6.17.2'
46+
s.dependency 'AppsFlyerFramework', '6.17.3'
4747
end
4848
end

0 commit comments

Comments
 (0)