Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https://api.playfab.com/releaseNotes/#160822 #82

Merged
merged 23 commits into from
Aug 22, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Automated pf-main build from Jenkins
  • Loading branch information
playfabjenkinsbot committed Aug 18, 2016
commit a4be7b832ccc5553b1749d2a55ca2a4a3221af7d
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

public class PlayFabSettings {
public static String SdkVersion = "0.33.160815";
public static String BuildIdentifier = "jbuild_javasdk_1";
public static String BuildIdentifier = "jbuild_javasdk_0";
public static String SdkVersionString = "JavaSDK-0.33.160815";

public static String TitleId = null; // You must set this value for PlayFabSdk to work properly (Found in the Game Manager for your title, at the PlayFab Website)
Expand Down
2 changes: 1 addition & 1 deletion PlayFabClientSDK/src/com/playfab/PlayFabSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public class PlayFabSettings {
public static String SdkVersion = "0.33.160815";
public static String BuildIdentifier = "jbuild_javasdk_1";
public static String BuildIdentifier = "jbuild_javasdk_0";
public static String SdkVersionString = "JavaSDK-0.33.160815";

public static String TitleId = null; // You must set this value for PlayFabSdk to work properly (Found in the Game Manager for your title, at the PlayFab Website)
Expand Down
2 changes: 1 addition & 1 deletion PlayFabSDK/src/com/playfab/PlayFabSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public class PlayFabSettings {
public static String SdkVersion = "0.33.160815";
public static String BuildIdentifier = "jbuild_javasdk_1";
public static String BuildIdentifier = "jbuild_javasdk_0";
public static String SdkVersionString = "JavaSDK-0.33.160815";

public static String TitleId = null; // You must set this value for PlayFabSdk to work properly (Found in the Game Manager for your title, at the PlayFab Website)
Expand Down
2 changes: 1 addition & 1 deletion PlayFabServerSDK/src/com/playfab/PlayFabSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public class PlayFabSettings {
public static String SdkVersion = "0.33.160815";
public static String BuildIdentifier = "jbuild_javasdk_1";
public static String BuildIdentifier = "jbuild_javasdk_0";
public static String SdkVersionString = "JavaSDK-0.33.160815";

public static String TitleId = null; // You must set this value for PlayFabSdk to work properly (Found in the Game Manager for your title, at the PlayFab Website)
Expand Down