From 0247ede0f568df7d23168703fe8e9190be5e268d Mon Sep 17 00:00:00 2001 From: Zilin Zhang Date: Sat, 12 Oct 2019 01:15:02 -0700 Subject: [PATCH] Bump version to v7.18.0 Summary: Bump version to v7.18.0 Reviewed By: tianqibt Differential Revision: D17893432 fbshipit-source-id: 0dd103b44d3810f3bb03c703153474a647737a7e --- CHANGELOG.md | 6 +++++- .../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.Gameroom/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.Tests/UserAgent.cs | 2 ++ Facebook.Unity/FacebookSdkVersion.cs | 2 +- Facebook.Unity/Properties/AssemblyInfo.cs | 2 +- facebook-android-wrapper/build.gradle | 6 +++--- scripts/build.properties | 2 +- 15 files changed, 22 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e63f5f37a..87672ef9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.18.0] - 2019-10-11 + ### Fixed - Fix Android logout issue - Fix the issue of multiple AppRequest instances when changing screen orientation +- Fix GetUserID issue ### Changed @@ -30,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/facebook/facebook-sdk-for-unity/compare/sdk-version-7.17.2...HEAD +[Unreleased]: https://github.com/facebook/facebook-sdk-for-unity/compare/sdk-version-7.18.0...HEAD +[7.17.2]: https://github.com/facebook/facebook-sdk-for-unity/compare/sdk-version-7.17.2...sdk-version-7.18.0 [7.17.2]: https://github.com/facebook/facebook-sdk-for-unity/compare/sdk-version-7.17.1...sdk-version-7.17.2 [7.17.1]: https://github.com/facebook/facebook-sdk-for-unity/compare/sdk-version-7.1.0...sdk-version-7.17.1 diff --git a/Facebook.Unity.Android.StrippingHack/Properties/AssemblyInfo.cs b/Facebook.Unity.Android.StrippingHack/Properties/AssemblyInfo.cs index 9aee312d5..b639055a9 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("7.17.2")] +[assembly: AssemblyVersion("7.18.0")] diff --git a/Facebook.Unity.Android/Properties/AssemblyInfo.cs b/Facebook.Unity.Android/Properties/AssemblyInfo.cs index 21f31235d..2618ae58e 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("7.17.2")] +[assembly: AssemblyVersion("7.18.0")] diff --git a/Facebook.Unity.Canvas/Properties/AssemblyInfo.cs b/Facebook.Unity.Canvas/Properties/AssemblyInfo.cs index 21f31235d..2618ae58e 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("7.17.2")] +[assembly: AssemblyVersion("7.18.0")] diff --git a/Facebook.Unity.Editor/Properties/AssemblyInfo.cs b/Facebook.Unity.Editor/Properties/AssemblyInfo.cs index 21f31235d..2618ae58e 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("7.17.2")] +[assembly: AssemblyVersion("7.18.0")] diff --git a/Facebook.Unity.Gameroom/Properties/AssemblyInfo.cs b/Facebook.Unity.Gameroom/Properties/AssemblyInfo.cs index 21f31235d..2618ae58e 100644 --- a/Facebook.Unity.Gameroom/Properties/AssemblyInfo.cs +++ b/Facebook.Unity.Gameroom/Properties/AssemblyInfo.cs @@ -21,4 +21,4 @@ using System.Reflection; using System.Runtime.CompilerServices; -[assembly: AssemblyVersion("7.17.2")] +[assembly: AssemblyVersion("7.18.0")] diff --git a/Facebook.Unity.IOS.StrippingHack/Properties/AssemblyInfo.cs b/Facebook.Unity.IOS.StrippingHack/Properties/AssemblyInfo.cs index 9aee312d5..b639055a9 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("7.17.2")] +[assembly: AssemblyVersion("7.18.0")] diff --git a/Facebook.Unity.IOS/Properties/AssemblyInfo.cs b/Facebook.Unity.IOS/Properties/AssemblyInfo.cs index 21f31235d..2618ae58e 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("7.17.2")] +[assembly: AssemblyVersion("7.18.0")] diff --git a/Facebook.Unity.Settings/Properties/AssemblyInfo.cs b/Facebook.Unity.Settings/Properties/AssemblyInfo.cs index 21f31235d..2618ae58e 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("7.17.2")] +[assembly: AssemblyVersion("7.18.0")] diff --git a/Facebook.Unity.Tests/Properties/AssemblyInfo.cs b/Facebook.Unity.Tests/Properties/AssemblyInfo.cs index 21f31235d..2618ae58e 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("7.17.2")] +[assembly: AssemblyVersion("7.18.0")] diff --git a/Facebook.Unity.Tests/UserAgent.cs b/Facebook.Unity.Tests/UserAgent.cs index b73b86773..8c9c8d694 100644 --- a/Facebook.Unity.Tests/UserAgent.cs +++ b/Facebook.Unity.Tests/UserAgent.cs @@ -29,7 +29,9 @@ public abstract class UserAgent : FacebookTestClass { public void VerifyUserAgent(string expected) { +#pragma warning disable CS0618 // Type or member is obsolete var mock = new DynamicMock(typeof(IAndroidWrapper)); +#pragma warning restore CS0618 // Type or member is obsolete mock.ExpectAndReturn("CallStatic", "1.0.0", "GetSdkVersion"); Assert.AreEqual( string.Format( diff --git a/Facebook.Unity/FacebookSdkVersion.cs b/Facebook.Unity/FacebookSdkVersion.cs index 222edbe09..05d239f92 100644 --- a/Facebook.Unity/FacebookSdkVersion.cs +++ b/Facebook.Unity/FacebookSdkVersion.cs @@ -33,7 +33,7 @@ public static string Build { get { - return "7.17.2"; + return "7.18.0"; } } } diff --git a/Facebook.Unity/Properties/AssemblyInfo.cs b/Facebook.Unity/Properties/AssemblyInfo.cs index bfe6c0444..ffe437f32 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("7.17.2")] +[assembly: AssemblyVersion("7.18.0")] [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 5bc02f326..c523597e1 100644 --- a/facebook-android-wrapper/build.gradle +++ b/facebook-android-wrapper/build.gradle @@ -51,12 +51,12 @@ dependencies { } android { - compileSdkVersion 26 - buildToolsVersion '23.0.1' + compileSdkVersion 27 + buildToolsVersion '27.0.3' defaultConfig { minSdkVersion 15 - targetSdkVersion 23 + targetSdkVersion 26 } compileOptions { diff --git a/scripts/build.properties b/scripts/build.properties index b59fa27a3..bf3b1ad17 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='7.17.2' +UNITY_SDK_BUILD_VERSION='7.18.0' FB_ANDROID_SDK_VERSION='5.0.1'