Skip to content

Commit

Permalink
feat(android)!: adopt facebook-android-sdk 17.0.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: upstream notes are vague, but they say:
"More use case for Integrity is supported. Apps violating
Meta’s Policy will no longer be allowed to send Traffic"
  • Loading branch information
mikehardy committed Apr 10, 2024
1 parent 54eeffe commit c9cf51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repositories {
google()
}

def FACEBOOK_SDK_VERSION = safeExtGet('facebookSdkVersion', '16.+')
def FACEBOOK_SDK_VERSION = safeExtGet('facebookSdkVersion', '17.+')

dependencies {
//noinspection GradleDynamicVersion
Expand Down

0 comments on commit c9cf51e

Please sign in to comment.