Skip to content

Commit

Permalink
Bumped Unity SDK version to 16.0.2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
SergioGuerreroFB authored and facebook-github-bot committed Aug 31, 2023
1 parent 5622848 commit 9abd766
Show file tree
Hide file tree
Showing 15 changed files with 39 additions and 27 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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)

<!-- Links -->
[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
Expand Down
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("16.0.1")]
[assembly: AssemblyVersion("16.0.2")]
2 changes: 1 addition & 1 deletion Facebook.Unity.Android/Properties/AssemblyInfo.cs
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("16.0.1")]
[assembly: AssemblyVersion("16.0.2")]
2 changes: 1 addition & 1 deletion Facebook.Unity.Canvas/Properties/AssemblyInfo.cs
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("16.0.1")]
[assembly: AssemblyVersion("16.0.2")]
2 changes: 1 addition & 1 deletion Facebook.Unity.Editor/Properties/AssemblyInfo.cs
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("16.0.1")]
[assembly: AssemblyVersion("16.0.2")]
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("16.0.0")]
[assembly: AssemblyVersion("16.0.2")]
2 changes: 1 addition & 1 deletion Facebook.Unity.IOS/Properties/AssemblyInfo.cs
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("16.0.1")]
[assembly: AssemblyVersion("16.0.2")]
2 changes: 1 addition & 1 deletion Facebook.Unity.Settings/Properties/AssemblyInfo.cs
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("16.0.1")]
[assembly: AssemblyVersion("16.0.2")]
2 changes: 1 addition & 1 deletion Facebook.Unity.Tests/Properties/AssemblyInfo.cs
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("16.0.1")]
[assembly: AssemblyVersion("16.0.2")]
2 changes: 1 addition & 1 deletion Facebook.Unity.Windows/Properties/AssemblyInfo.cs
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("16.0.1")]
[assembly: AssemblyVersion("16.0.2")]
2 changes: 1 addition & 1 deletion Facebook.Unity/FacebookSdkVersion.cs
Expand Up @@ -33,7 +33,7 @@ public static string Build
{
get
{
return "16.0.1";
return "16.0.2";
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Facebook.Unity/Properties/AssemblyInfo.cs
Expand Up @@ -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")]
Expand Down
20 changes: 10 additions & 10 deletions UnitySDK/Assets/FacebookSDK/Plugins/Editor/Dependencies.xml
Expand Up @@ -2,17 +2,17 @@
<dependencies>
<androidPackages>
<androidPackage spec="com.parse.bolts:bolts-android:1.4.0" />
<androidPackage spec="com.facebook.android:facebook-core:[16.0,17)" />
<androidPackage spec="com.facebook.android:facebook-applinks:[16.0,17)" />
<androidPackage spec="com.facebook.android:facebook-login:[16.0,17)" />
<androidPackage spec="com.facebook.android:facebook-share:[16.0,17)" />
<androidPackage spec="com.facebook.android:facebook-gamingservices:[16.0,17)" />
<androidPackage spec="com.facebook.android:facebook-core:[16.0.1,17)" />
<androidPackage spec="com.facebook.android:facebook-applinks:[16.0.1,17)" />
<androidPackage spec="com.facebook.android:facebook-login:[16.0.1,17)" />
<androidPackage spec="com.facebook.android:facebook-share:[16.0.1,17)" />
<androidPackage spec="com.facebook.android:facebook-gamingservices:[16.0.1,17)" />
</androidPackages>
<iosPods>
<iosPod name="FBSDKCoreKit_Basics" version="~> 16.0" />
<iosPod name="FBSDKCoreKit" version="~> 16.0" />
<iosPod name="FBSDKLoginKit" version="~> 16.0" />
<iosPod name="FBSDKShareKit" version="~> 16.0" />
<iosPod name="FBSDKGamingServicesKit" version="~> 16.0" />
<iosPod name="FBSDKCoreKit_Basics" version="~> 16.0.1" />
<iosPod name="FBSDKCoreKit" version="~> 16.0.1" />
<iosPod name="FBSDKLoginKit" version="~> 16.0.1" />
<iosPod name="FBSDKShareKit" version="~> 16.0.1" />
<iosPod name="FBSDKGamingServicesKit" version="~> 16.0.1" />
</iosPods>
</dependencies>
4 changes: 2 additions & 2 deletions facebook-android-wrapper/build.gradle
Expand Up @@ -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
Expand All @@ -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")) {
Expand Down
4 changes: 2 additions & 2 deletions scripts/build.properties
Expand Up @@ -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

0 comments on commit 9abd766

Please sign in to comment.