Skip to content

Commit

Permalink
SDK version bump v(5.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingping2015 committed Jul 29, 2019
1 parent 8b2a222 commit e2684a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
package com.facebook;

final class FacebookSdkVersion {
public static final String BUILD = "5.1.1";
public static final String BUILD = "5.2.0";
}
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public final class ServerProtocol {
// URL components
private static final String GRAPH_VIDEO_URL_FORMAT = "https://graph-video.%s";
private static final String GRAPH_URL_FORMAT = "https://graph.%s";
private static final String GRAPH_API_VERSION = "v3.3";
private static final String GRAPH_API_VERSION = "v4.0";

public static final Collection<String> errorsProxyAuthDisabled =
Utility.unmodifiableCollection("service_disabled", "AndroidAuthKillSwitchException");
Expand Down

0 comments on commit e2684a1

Please sign in to comment.