From 412c03e4396a513ffbce555e1439c23c120b4b1e Mon Sep 17 00:00:00 2001 From: Jacky Jiang Date: Mon, 15 Apr 2024 21:15:17 -0700 Subject: [PATCH] Bumping Unity Android SDK version to 17.0.0 Summary: Bumping Unity Android SDK version to 17.0.0 Reviewed By: Nathaaaalie Differential Revision: D55906816 fbshipit-source-id: 0fc09d9aa3773055613b6d17376620045c2d6ecc --- CHANGELOG.md | 3 +++ .../Assets/FacebookSDK/Plugins/Editor/Dependencies.xml | 10 +++++----- facebook-android-wrapper/build.gradle | 2 +- scripts/build.properties | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3ea15b9..096ce5b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/UnitySDK/Assets/FacebookSDK/Plugins/Editor/Dependencies.xml b/UnitySDK/Assets/FacebookSDK/Plugins/Editor/Dependencies.xml index 97d18375..c58f71c2 100644 --- a/UnitySDK/Assets/FacebookSDK/Plugins/Editor/Dependencies.xml +++ b/UnitySDK/Assets/FacebookSDK/Plugins/Editor/Dependencies.xml @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/facebook-android-wrapper/build.gradle b/facebook-android-wrapper/build.gradle index ab9f2e53..015fc8e1 100644 --- a/facebook-android-wrapper/build.gradle +++ b/facebook-android-wrapper/build.gradle @@ -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")) { diff --git a/scripts/build.properties b/scripts/build.properties index 891f52ab..af48c1ca 100644 --- a/scripts/build.properties +++ b/scripts/build.properties @@ -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