From 9abd7663903247209b4cbf878abfe1babc2997d3 Mon Sep 17 00:00:00 2001 From: Sergio Guerrero Date: Thu, 31 Aug 2023 06:49:53 -0700 Subject: [PATCH] Bumped Unity SDK version to 16.0.2 Summary: Bumped the UnitySDK to 16.0.2 to release a new hotfix that contains the other diff in this stack. Also bumped the Android/iOS SDKs to 16.0.1. Reviewed By: GMc14 Differential Revision: D48825450 fbshipit-source-id: dc223ddcce1d2d41bdb1cad5e155f0445e9a370e --- CHANGELOG.md | 16 +++++++++++++-- .../Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- Facebook.Unity.IOS/Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- Facebook.Unity/FacebookSdkVersion.cs | 2 +- Facebook.Unity/Properties/AssemblyInfo.cs | 2 +- .../Plugins/Editor/Dependencies.xml | 20 +++++++++---------- facebook-android-wrapper/build.gradle | 4 ++-- scripts/build.properties | 4 ++-- 15 files changed, 39 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e6d27d6..bf6dcd5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [16.0.2] + +### Fixed +- Fixed a bug where user did not remain logged in on subsequent sessions + +### Changed +- Bumped SDK to 16.0.2 +- Bumped Android SDK version to 16.0.1 +- Bumped iOS SDK version to 16.0.1 + ## [16.0.1] ### Fixed @@ -20,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Windows platform methods - FB.Windows.CreateReferral - FB.Windows.GetDataReferral -= Android Cloud +- Android Cloud - Android Cloud Unity example - Subscriptions payments methods @@ -320,7 +330,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Facebook Developer Docs: [Changelog v7.x](https://developers.facebook.com/docs/unity/change-log) -[16.0.0]: https://github.com/facebook/facebook-sdk-for-unity/compare/sdk-version-15.1.0...HEAD +[16.0.2]: https://github.com/facebook/facebook-sdk-for-unity/compare/sdk-version-16.0.1...HEAD +[16.0.1]: https://github.com/facebook/facebook-sdk-for-unity/compare/sdk-version-16.0.0...sdk-version-16.0.1 +[16.0.0]: https://github.com/facebook/facebook-sdk-for-unity/compare/sdk-version-15.1.0...sdk-version-16.0.0 [15.1.0]: https://github.com/facebook/facebook-sdk-for-unity/compare/sdk-version-15.0.0...sdk-version-15.1.0 [15.0.0]: https://github.com/facebook/facebook-sdk-for-unity/compare/sdk-version-14.1.0...sdk-version-15.0.0 [14.1.0]: https://github.com/facebook/facebook-sdk-for-unity/compare/sdk-version-14.0.0...sdk-version-14.1.0 diff --git a/Facebook.Unity.Android.StrippingHack/Properties/AssemblyInfo.cs b/Facebook.Unity.Android.StrippingHack/Properties/AssemblyInfo.cs index 22ec9878..599aab43 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("16.0.1")] +[assembly: AssemblyVersion("16.0.2")] diff --git a/Facebook.Unity.Android/Properties/AssemblyInfo.cs b/Facebook.Unity.Android/Properties/AssemblyInfo.cs index 22ec9878..599aab43 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("16.0.1")] +[assembly: AssemblyVersion("16.0.2")] diff --git a/Facebook.Unity.Canvas/Properties/AssemblyInfo.cs b/Facebook.Unity.Canvas/Properties/AssemblyInfo.cs index 22ec9878..599aab43 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("16.0.1")] +[assembly: AssemblyVersion("16.0.2")] diff --git a/Facebook.Unity.Editor/Properties/AssemblyInfo.cs b/Facebook.Unity.Editor/Properties/AssemblyInfo.cs index 22ec9878..599aab43 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("16.0.1")] +[assembly: AssemblyVersion("16.0.2")] diff --git a/Facebook.Unity.IOS.StrippingHack/Properties/AssemblyInfo.cs b/Facebook.Unity.IOS.StrippingHack/Properties/AssemblyInfo.cs index ca236523..599aab43 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("16.0.0")] +[assembly: AssemblyVersion("16.0.2")] diff --git a/Facebook.Unity.IOS/Properties/AssemblyInfo.cs b/Facebook.Unity.IOS/Properties/AssemblyInfo.cs index 22ec9878..599aab43 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("16.0.1")] +[assembly: AssemblyVersion("16.0.2")] diff --git a/Facebook.Unity.Settings/Properties/AssemblyInfo.cs b/Facebook.Unity.Settings/Properties/AssemblyInfo.cs index 22ec9878..599aab43 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("16.0.1")] +[assembly: AssemblyVersion("16.0.2")] diff --git a/Facebook.Unity.Tests/Properties/AssemblyInfo.cs b/Facebook.Unity.Tests/Properties/AssemblyInfo.cs index 22ec9878..599aab43 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("16.0.1")] +[assembly: AssemblyVersion("16.0.2")] diff --git a/Facebook.Unity.Windows/Properties/AssemblyInfo.cs b/Facebook.Unity.Windows/Properties/AssemblyInfo.cs index 22ec9878..599aab43 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("16.0.1")] +[assembly: AssemblyVersion("16.0.2")] diff --git a/Facebook.Unity/FacebookSdkVersion.cs b/Facebook.Unity/FacebookSdkVersion.cs index 7fd987da..9419202c 100644 --- a/Facebook.Unity/FacebookSdkVersion.cs +++ b/Facebook.Unity/FacebookSdkVersion.cs @@ -33,7 +33,7 @@ public static string Build { get { - return "16.0.1"; + return "16.0.2"; } } } diff --git a/Facebook.Unity/Properties/AssemblyInfo.cs b/Facebook.Unity/Properties/AssemblyInfo.cs index 633d2608..a313d05b 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("16.0.1")] +[assembly: AssemblyVersion("16.0.2")] [assembly: InternalsVisibleTo("Assembly-CSharp")] [assembly: InternalsVisibleTo("Facebook.Unity.Android")] [assembly: InternalsVisibleTo("Facebook.Unity.Canvas")] diff --git a/UnitySDK/Assets/FacebookSDK/Plugins/Editor/Dependencies.xml b/UnitySDK/Assets/FacebookSDK/Plugins/Editor/Dependencies.xml index ad27b63d..519c6b47 100644 --- a/UnitySDK/Assets/FacebookSDK/Plugins/Editor/Dependencies.xml +++ b/UnitySDK/Assets/FacebookSDK/Plugins/Editor/Dependencies.xml @@ -2,17 +2,17 @@ - - - - - + + + + + - - - - - + + + + + diff --git a/facebook-android-wrapper/build.gradle b/facebook-android-wrapper/build.gradle index bf83405d..05329371 100644 --- a/facebook-android-wrapper/build.gradle +++ b/facebook-android-wrapper/build.gradle @@ -39,7 +39,7 @@ buildscript { } } -def fbSdkVersion = project.hasProperty("sdkVersion") ? sdkVersion : '16.0.1' +def fbSdkVersion = project.hasProperty("sdkVersion") ? sdkVersion : '16.0.2' repositories { // use skycastle custom repo @@ -61,7 +61,7 @@ repositories { } dependencies { - implementation 'com.facebook.android:facebook-android-sdk:[16.0.0,17)' + implementation 'com.facebook.android:facebook-android-sdk:[16.0.1,17)' // enable local testing if (project.hasProperty("localRepo")) { diff --git a/scripts/build.properties b/scripts/build.properties index 86762dff..3fd03328 100644 --- a/scripts/build.properties +++ b/scripts/build.properties @@ -15,9 +15,9 @@ # 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='16.0.1' +UNITY_SDK_BUILD_VERSION='16.0.2' -FB_ANDROID_SDK_VERSION='16.0.0' +FB_ANDROID_SDK_VERSION='16.0.1' FB_ANDROID_SDK_PATH=~/fbsource/fbandroid/first-party/java/androidsdk FB_IOS_SDK_PATH=~/fbsource/fbobjc/ios-sdk/build