Skip to content

Commit

Permalink
Bumping Unity SDK version to 16.0.0
Browse files Browse the repository at this point in the history
Summary:
Bumped Unity SDK and native SDKs to 16.0.0

Also, bumped Graph API to 16.0

Reviewed By: SergioGuerreroFB

Differential Revision: D43346951

fbshipit-source-id: 9b28f814d413acafc1735607dc85f6b976b7c6c6
  • Loading branch information
JordiFB authored and facebook-github-bot committed Feb 16, 2023
1 parent def5dbe commit d7ecfc3
Show file tree
Hide file tree
Showing 16 changed files with 37 additions and 30 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,27 @@ 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).

## [15.2.0]
## [16.0.0]

### Added
- Windows platform methods
- FB.Windows.CreateReferral
- FB.Windows.GetDataReferral
= Android Cloud
- Android Cloud Unity example
- Subscriptions payments methods

### Fixed
- Payments price convertion to double
- Improved mobile orientation enum for unity example
- Improved mobile orientation enum for Unity example
- Improved mobile Tournaments example

### Changed
- Bumped SDK to 16.0.0
- Bumped Android SDK versions to 16.0.0
- Bumped iOS SDK versions to 16.0.0
- Bumped Graph API version to 16.0
- Updated Windows SDK Dlls
- Bumped android SDK versions to 15.2

## [15.1.0]

Expand Down Expand Up @@ -304,7 +310,8 @@ 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 -->
[15.1.0]: https://github.com/facebook/facebook-sdk-for-unity/compare/sdk-version-14.1.0...HEAD
[16.0.0]: https://github.com/facebook/facebook-sdk-for-unity/compare/sdk-version-15.1.0...HEAD
[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
[14.0.0]: https://github.com/facebook/facebook-sdk-for-unity/compare/sdk-version-13.2.0...sdk-version-14.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("15.2.0")]
[assembly: AssemblyVersion("16.0.0")]
2 changes: 1 addition & 1 deletion Facebook.Unity.Android/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("15.2.0")]
[assembly: AssemblyVersion("16.0.0")]
2 changes: 1 addition & 1 deletion Facebook.Unity.Canvas/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("15.2.0")]
[assembly: AssemblyVersion("16.0.0")]
2 changes: 1 addition & 1 deletion Facebook.Unity.Editor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("15.2.0")]
[assembly: AssemblyVersion("16.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

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

[assembly: AssemblyVersion("15.2.0")]
[assembly: AssemblyVersion("16.0.0")]
2 changes: 1 addition & 1 deletion Facebook.Unity.Settings/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("15.2.0")]
[assembly: AssemblyVersion("16.0.0")]
2 changes: 1 addition & 1 deletion Facebook.Unity.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("15.2.0")]
[assembly: AssemblyVersion("16.0.0")]
2 changes: 1 addition & 1 deletion Facebook.Unity.Windows/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("15.2.0")]
[assembly: AssemblyVersion("16.0.0")]
2 changes: 1 addition & 1 deletion Facebook.Unity/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ internal static class Constants
public const string OnGroupJoinCompleteMethodName = "OnJoinGroupComplete";

// Graph API
public const string GraphApiVersion = "v15.0";
public const string GraphApiVersion = "v16.0";
public const string GraphUrlFormat = "https://graph.{0}/{1}/";

// Permission Strings
Expand Down
2 changes: 1 addition & 1 deletion Facebook.Unity/FacebookSdkVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static string Build
{
get
{
return "15.2.0";
return "16.0.0";
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Facebook.Unity/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("15.2.0")]
[assembly: AssemblyVersion("16.0.0")]
[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
Original file line number Diff line number Diff line change
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:[15.2,16)" />
<androidPackage spec="com.facebook.android:facebook-applinks:[15.2,16)" />
<androidPackage spec="com.facebook.android:facebook-login:[15.2,16)" />
<androidPackage spec="com.facebook.android:facebook-share:[15.2,16)" />
<androidPackage spec="com.facebook.android:facebook-gamingservices:[15.2,16)" />
<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)" />
</androidPackages>
<iosPods>
<iosPod name="FBSDKCoreKit_Basics" version="~> 15.1" />
<iosPod name="FBSDKCoreKit" version="~> 15.1" />
<iosPod name="FBSDKLoginKit" version="~> 15.1" />
<iosPod name="FBSDKShareKit" version="~> 15.1" />
<iosPod name="FBSDKGamingServicesKit" version="~> 15.1" />
<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" />
</iosPods>
</dependencies>
4 changes: 2 additions & 2 deletions facebook-android-wrapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ buildscript {
}
}

def fbSdkVersion = project.hasProperty("sdkVersion") ? sdkVersion : '15.2.0'
def fbSdkVersion = project.hasProperty("sdkVersion") ? sdkVersion : '16.0.0'

repositories {
// use skycastle custom repo
Expand All @@ -54,7 +54,7 @@ repositories {
}

dependencies {
implementation 'com.facebook.android:facebook-android-sdk:[15.2.0,16)'
implementation 'com.facebook.android:facebook-android-sdk:[16.0.0,17)'

// enable local testing
if (project.hasProperty("localRepo")) {
Expand Down
4 changes: 2 additions & 2 deletions scripts/build.properties
Original file line number Diff line number Diff line change
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='15.2.0'
UNITY_SDK_BUILD_VERSION='16.0.0'

FB_ANDROID_SDK_VERSION='15.2.0'
FB_ANDROID_SDK_VERSION='16.0.0'

FB_ANDROID_SDK_PATH=~/fbsource/fbandroid/first-party/java/androidsdk
FB_IOS_SDK_PATH=~/fbsource/fbobjc/ios-sdk/build

0 comments on commit d7ecfc3

Please sign in to comment.