Skip to content

Commit 059bf98

Browse files
authored
Merge pull request #365 from AppsFlyerSDK/releases/6.x.x/6.17.x/6.17.72-rc1
Releases/6.x.x/6.17.x/6.17.72 rc1
2 parents 612283e + 73038d4 commit 059bf98

15 files changed

+19
-16
lines changed

Assets/AppsFlyer/AppsFlyer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace AppsFlyerSDK
66
{
77
public class AppsFlyer : MonoBehaviour
88
{
9-
public static readonly string kAppsFlyerPluginVersion = "6.17.71";
9+
public static readonly string kAppsFlyerPluginVersion = "6.17.72";
1010
public static string CallBackObjectName = null;
1111
private static EventHandler onRequestResponse;
1212
private static EventHandler onInAppResponse;

Assets/AppsFlyer/Editor/AppsFlyerDependencies.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
<androidPackages>
55
<androidPackage spec="com.appsflyer:af-android-sdk:6.17.3"></androidPackage>
6-
<androidPackage spec="com.appsflyer:unity-wrapper:6.17.3"></androidPackage>
6+
<androidPackage spec="com.appsflyer:unity-wrapper:6.17.72"></androidPackage>
77
<androidPackage spec="com.android.installreferrer:installreferrer:2.1"></androidPackage>
8-
<androidPackage spec="com.appsflyer:purchase-connector:2.1.0"></androidPackage>
8+
<androidPackage spec="com.appsflyer:purchase-connector:2.1.1"></androidPackage>
99
</androidPackages>
1010

1111
<iosPods>

Assets/AppsFlyer/Plugins/iOS/AppsFlyeriOSWrapper.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ static void unityCallBack(NSString* objectName, const char* method, const char*
3333

3434
const void _startSDK(bool shouldCallback, const char* objectName) {
3535
[[AppsFlyerLib shared] setPluginInfoWith: AFSDKPluginUnity
36-
pluginVersion:@"6.17.71"
36+
pluginVersion:@"6.17.72"
3737
additionalParams:nil];
3838
startRequestObjectName = stringFromChar(objectName);
3939
AppsFlyeriOSWarpper.didCallStart = YES;

Assets/AppsFlyer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "appsflyer-unity-plugin",
33
"displayName": "AppsFlyer",
44
"description": "AppsFlyer Unity plugin",
5-
"version": "6.17.71",
5+
"version": "6.17.72",
66
"unity": "2019.4",
77
"license": "MIT"
88
}

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Versions
2+
## v6.17.72
3+
* Use Android Purchase Connector version - 2.1.1
4+
25
## v6.17.71
36
* Use Android Purchase Connector version - 2.1.0
47

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
### <a id="plugin-build-for"> This plugin is built for
1818

1919
- Android AppsFlyer SDK v6.17.3
20-
- Android Purchase Connector 2.1.0
20+
- Android Purchase Connector 2.1.1
2121
- iOS AppsFlyer SDK v6.17.7
2222
- iOS Purchase Connector 6.17.7
2323
---
@@ -30,7 +30,7 @@ We have released **two** versions of the AppsFlyer Unity plugin to support teams
3030
- **Impact:** This version may introduce **breaking changes** for apps that have **not yet migrated** to the Billing v8 APIs.
3131
- **Unity IAP requirement:** If you choose this option, update **Unity IAP (`com.unity.purchasing`) to version 5.0.0 or newer** (we recommend the latest 5.x). Unity IAP 4.x does **not** include Billing v8.
3232

33-
### Option B — `v6.17.71` (no Billing v8 migration required)
33+
### Option B — `v6.17.72` (no Billing v8 migration required)
3434
- **Purpose:** For developers **not ready** to adopt Billing v8.
3535
- **Bundled SDKs:** **iOS SDK 6.17.7** and **Android SDK 6.17.3**.
3636
- **Impact:** Lets you update the AppsFlyer SDKs without changing your existing (pre‑v8) billing integration.

android-unity-wrapper/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android.enableJetifier=true
2020

2121
GROUP=com.appsflyer
2222

23-
VERSION_CODE=53
24-
VERSION_NAME=6.17.7
23+
VERSION_CODE=54
24+
VERSION_NAME=6.17.72
2525

2626
POM_ARTIFACT_ID=unity-wrapper
2727
POM_PACKAGING=aar

android-unity-wrapper/unitywrapper/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ dependencies {
3030
compileOnly fileTree(dir: 'libs', include: ['*.jar'])
3131
compileOnly 'androidx.appcompat:appcompat:1.1.0'
3232
compileOnly 'com.appsflyer:af-android-sdk:6.17.3'
33-
compileOnly 'com.appsflyer:purchase-connector:2.2.0'
34-
compileOnly 'com.android.billingclient:billing:8.0.0'
33+
compileOnly 'com.appsflyer:purchase-connector:2.1.1'
34+
compileOnly 'com.android.billingclient:billing:5.2.0'
3535
}
3636

3737
apply from: file('publish.gradle')

android-unity-wrapper/unitywrapper/src/main/java/com/appsflyer/unity/AppsFlyerAndroidWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class AppsFlyerAndroidWrapper {
6262
private static final String IN_APP_RESPONSE_CALLBACK = "inAppResponseReceived";
6363
private static final String VALIDATION_CALLBACK = "didReceivePurchaseRevenueValidationInfo";
6464
private static final String ERROR_CALLBACK = "didReceivePurchaseRevenueError";
65-
private static final String PLUGIN_VERSION = "6.17.7";
65+
private static final String PLUGIN_VERSION = "6.17.72";
6666

6767
private static final long DDL_TIMEOUT_DEFAULT = 3000;
6868
private static AppsFlyerConversionListener conversionListener;
-879 KB
Binary file not shown.

0 commit comments

Comments
 (0)