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
  • Loading branch information
mikehardy committed Apr 10, 2024
1 parent 8fc8229 commit f68665d
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 f68665d

Please sign in to comment.