Skip to content

Commit

Permalink
Bumping Unity Android SDK version to 17.0.0
Browse files Browse the repository at this point in the history
Summary: Bumping Unity Android SDK version to 17.0.0

Reviewed By: Nathaaaalie

Differential Revision: D55906816

fbshipit-source-id: 0fc09d9aa3773055613b6d17376620045c2d6ecc
  • Loading branch information
jjiang10 authored and facebook-github-bot committed Apr 16, 2024
1 parent 9b9dfc1 commit 412c03e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -10,10 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Native iOS SDK
- Added privacy manifests.
- Native Android SDK
- Supported more integrity use cases.

### Changed
- Bumped SDK to 17.0.0
- Bumped iOS SDK version to 17.0.0
- Bumped Android SDK version to 17.0.0
- Bumped Graph API version to 17.0.0

## [16.0.2]
Expand Down
10 changes: 5 additions & 5 deletions UnitySDK/Assets/FacebookSDK/Plugins/Editor/Dependencies.xml
Expand Up @@ -2,11 +2,11 @@
<dependencies>
<androidPackages>
<androidPackage spec="com.parse.bolts:bolts-android:1.4.0" />
<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)" />
<androidPackage spec="com.facebook.android:facebook-core:[17.0.0,18)" />
<androidPackage spec="com.facebook.android:facebook-applinks:[17.0.0,18)" />
<androidPackage spec="com.facebook.android:facebook-login:[17.0.0,18)" />
<androidPackage spec="com.facebook.android:facebook-share:[17.0.0,18)" />
<androidPackage spec="com.facebook.android:facebook-gamingservices:[17.0.0,18)" />
</androidPackages>
<iosPods>
<iosPod name="FBSDKCoreKit_Basics" version="~> 17.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion facebook-android-wrapper/build.gradle
Expand Up @@ -61,7 +61,7 @@ repositories {
}

dependencies {
implementation 'com.facebook.android:facebook-android-sdk:[16.0.1,17)'
implementation 'com.facebook.android:facebook-android-sdk:[17.0.0,18)'

// enable local testing
if (project.hasProperty("localRepo")) {
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.properties
Expand Up @@ -17,7 +17,7 @@

UNITY_SDK_BUILD_VERSION='17.0.0'

FB_ANDROID_SDK_VERSION='16.0.1'
FB_ANDROID_SDK_VERSION='17.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 412c03e

Please sign in to comment.