Skip to content

Commit

Permalink
Increase fbsdk Android version range to match iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis authored Jul 2, 2019
1 parent 7b738fe commit bafb20d
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 @@ -4,7 +4,7 @@ def DEFAULT_COMPILE_SDK_VERSION = 28
def DEFAULT_BUILD_TOOLS_VERSION = "28.0.3"
def DEFAULT_MIN_SDK_VERSION = 16
def DEFAULT_TARGET_SDK_VERSION = 28
def DEFAULT_FACEBOOK_SDK_VERSION = "[5.0,5.1["
def DEFAULT_FACEBOOK_SDK_VERSION = "[5.0,6.0["

def FACEBOOK_SDK_VERSION = rootProject.hasProperty('facebookSdkVersion') ? rootProject.facebookSdkVersion : DEFAULT_FACEBOOK_SDK_VERSION

Expand Down

0 comments on commit bafb20d

Please sign in to comment.