From d0f1a04abe443062a60a0121fdc51d9a174a10b4 Mon Sep 17 00:00:00 2001 From: Jacky Jiang Date: Thu, 2 May 2024 21:38:24 -0700 Subject: [PATCH] Release Unity SDK version 17.0.2 Summary: Release Unity SDK version 17.0.2 for Appsflyer MIR issue. Reviewed By: KylinChang Differential Revision: D56913775 fbshipit-source-id: d5f176dcdf714b7267678ae15f1317c1150ee0f5 --- Facebook.Unity.Android.StrippingHack/Properties/AssemblyInfo.cs | 2 +- Facebook.Unity.Android/Properties/AssemblyInfo.cs | 2 +- Facebook.Unity.Canvas/Properties/AssemblyInfo.cs | 2 +- Facebook.Unity.Editor/Properties/AssemblyInfo.cs | 2 +- Facebook.Unity.IOS.StrippingHack/Properties/AssemblyInfo.cs | 2 +- Facebook.Unity.IOS/Properties/AssemblyInfo.cs | 2 +- Facebook.Unity.Settings/Properties/AssemblyInfo.cs | 2 +- Facebook.Unity.Tests/Properties/AssemblyInfo.cs | 2 +- Facebook.Unity.Windows/Properties/AssemblyInfo.cs | 2 +- Facebook.Unity/FacebookSdkVersion.cs | 2 +- Facebook.Unity/Properties/AssemblyInfo.cs | 2 +- facebook-android-wrapper/build.gradle | 2 +- scripts/build.properties | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Facebook.Unity.Android.StrippingHack/Properties/AssemblyInfo.cs b/Facebook.Unity.Android.StrippingHack/Properties/AssemblyInfo.cs index 7701711a..2f7710ea 100644 --- a/Facebook.Unity.Android.StrippingHack/Properties/AssemblyInfo.cs +++ b/Facebook.Unity.Android.StrippingHack/Properties/AssemblyInfo.cs @@ -21,4 +21,4 @@ using System.Reflection; using System.Runtime.CompilerServices; -[assembly: AssemblyVersion("17.0.1")] +[assembly: AssemblyVersion("17.0.2")] diff --git a/Facebook.Unity.Android/Properties/AssemblyInfo.cs b/Facebook.Unity.Android/Properties/AssemblyInfo.cs index 7701711a..2f7710ea 100644 --- a/Facebook.Unity.Android/Properties/AssemblyInfo.cs +++ b/Facebook.Unity.Android/Properties/AssemblyInfo.cs @@ -21,4 +21,4 @@ using System.Reflection; using System.Runtime.CompilerServices; -[assembly: AssemblyVersion("17.0.1")] +[assembly: AssemblyVersion("17.0.2")] diff --git a/Facebook.Unity.Canvas/Properties/AssemblyInfo.cs b/Facebook.Unity.Canvas/Properties/AssemblyInfo.cs index 7701711a..2f7710ea 100644 --- a/Facebook.Unity.Canvas/Properties/AssemblyInfo.cs +++ b/Facebook.Unity.Canvas/Properties/AssemblyInfo.cs @@ -21,4 +21,4 @@ using System.Reflection; using System.Runtime.CompilerServices; -[assembly: AssemblyVersion("17.0.1")] +[assembly: AssemblyVersion("17.0.2")] diff --git a/Facebook.Unity.Editor/Properties/AssemblyInfo.cs b/Facebook.Unity.Editor/Properties/AssemblyInfo.cs index 7701711a..2f7710ea 100644 --- a/Facebook.Unity.Editor/Properties/AssemblyInfo.cs +++ b/Facebook.Unity.Editor/Properties/AssemblyInfo.cs @@ -21,4 +21,4 @@ using System.Reflection; using System.Runtime.CompilerServices; -[assembly: AssemblyVersion("17.0.1")] +[assembly: AssemblyVersion("17.0.2")] diff --git a/Facebook.Unity.IOS.StrippingHack/Properties/AssemblyInfo.cs b/Facebook.Unity.IOS.StrippingHack/Properties/AssemblyInfo.cs index 7701711a..2f7710ea 100644 --- a/Facebook.Unity.IOS.StrippingHack/Properties/AssemblyInfo.cs +++ b/Facebook.Unity.IOS.StrippingHack/Properties/AssemblyInfo.cs @@ -21,4 +21,4 @@ using System.Reflection; using System.Runtime.CompilerServices; -[assembly: AssemblyVersion("17.0.1")] +[assembly: AssemblyVersion("17.0.2")] diff --git a/Facebook.Unity.IOS/Properties/AssemblyInfo.cs b/Facebook.Unity.IOS/Properties/AssemblyInfo.cs index 7701711a..2f7710ea 100644 --- a/Facebook.Unity.IOS/Properties/AssemblyInfo.cs +++ b/Facebook.Unity.IOS/Properties/AssemblyInfo.cs @@ -21,4 +21,4 @@ using System.Reflection; using System.Runtime.CompilerServices; -[assembly: AssemblyVersion("17.0.1")] +[assembly: AssemblyVersion("17.0.2")] diff --git a/Facebook.Unity.Settings/Properties/AssemblyInfo.cs b/Facebook.Unity.Settings/Properties/AssemblyInfo.cs index 7701711a..2f7710ea 100644 --- a/Facebook.Unity.Settings/Properties/AssemblyInfo.cs +++ b/Facebook.Unity.Settings/Properties/AssemblyInfo.cs @@ -21,4 +21,4 @@ using System.Reflection; using System.Runtime.CompilerServices; -[assembly: AssemblyVersion("17.0.1")] +[assembly: AssemblyVersion("17.0.2")] diff --git a/Facebook.Unity.Tests/Properties/AssemblyInfo.cs b/Facebook.Unity.Tests/Properties/AssemblyInfo.cs index 7701711a..2f7710ea 100644 --- a/Facebook.Unity.Tests/Properties/AssemblyInfo.cs +++ b/Facebook.Unity.Tests/Properties/AssemblyInfo.cs @@ -21,4 +21,4 @@ using System.Reflection; using System.Runtime.CompilerServices; -[assembly: AssemblyVersion("17.0.1")] +[assembly: AssemblyVersion("17.0.2")] diff --git a/Facebook.Unity.Windows/Properties/AssemblyInfo.cs b/Facebook.Unity.Windows/Properties/AssemblyInfo.cs index 7701711a..2f7710ea 100644 --- a/Facebook.Unity.Windows/Properties/AssemblyInfo.cs +++ b/Facebook.Unity.Windows/Properties/AssemblyInfo.cs @@ -21,4 +21,4 @@ using System.Reflection; using System.Runtime.CompilerServices; -[assembly: AssemblyVersion("17.0.1")] +[assembly: AssemblyVersion("17.0.2")] diff --git a/Facebook.Unity/FacebookSdkVersion.cs b/Facebook.Unity/FacebookSdkVersion.cs index 2d5177f6..98da05c9 100644 --- a/Facebook.Unity/FacebookSdkVersion.cs +++ b/Facebook.Unity/FacebookSdkVersion.cs @@ -33,7 +33,7 @@ public static string Build { get { - return "17.0.1"; + return "17.0.2"; } } } diff --git a/Facebook.Unity/Properties/AssemblyInfo.cs b/Facebook.Unity/Properties/AssemblyInfo.cs index f3e3d8c6..36b84c67 100644 --- a/Facebook.Unity/Properties/AssemblyInfo.cs +++ b/Facebook.Unity/Properties/AssemblyInfo.cs @@ -21,7 +21,7 @@ using System.Reflection; using System.Runtime.CompilerServices; -[assembly: AssemblyVersion("17.0.1")] +[assembly: AssemblyVersion("17.0.2")] [assembly: InternalsVisibleTo("Assembly-CSharp")] [assembly: InternalsVisibleTo("Facebook.Unity.Android")] [assembly: InternalsVisibleTo("Facebook.Unity.Canvas")] diff --git a/facebook-android-wrapper/build.gradle b/facebook-android-wrapper/build.gradle index 026ade83..8c4cf2e1 100644 --- a/facebook-android-wrapper/build.gradle +++ b/facebook-android-wrapper/build.gradle @@ -39,7 +39,7 @@ buildscript { } } -def fbSdkVersion = project.hasProperty("sdkVersion") ? sdkVersion : '17.0.1' +def fbSdkVersion = project.hasProperty("sdkVersion") ? sdkVersion : '17.0.2' repositories { // use skycastle custom repo diff --git a/scripts/build.properties b/scripts/build.properties index 1d3badf9..bc3ad907 100644 --- a/scripts/build.properties +++ b/scripts/build.properties @@ -15,7 +15,7 @@ # COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -UNITY_SDK_BUILD_VERSION='17.0.1' +UNITY_SDK_BUILD_VERSION='17.0.2' FB_ANDROID_SDK_VERSION='17.0.0'