Skip to content

Commit

Permalink
SDK version bump v(5.1.1)
Browse files Browse the repository at this point in the history
Summary: SDK version bump from (5.1.0) to (5.1.1). Automatically generated by running fbandroid/first-party/java/androidsdk/internal/scripts/release.sh bump-version

Reviewed By: tianqibt

Differential Revision: D15967983

fbshipit-source-id: dbefd48c21c4c748978a7004dee2dfb4b8feb89c
  • Loading branch information
Christina Xu authored and facebook-github-bot committed Jul 1, 2019
1 parent 64aa9e7 commit 8b2a222
Showing 1 changed file with 1 addition and 1 deletion.
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.0";
public static final String BUILD = "5.1.1";
}

1 comment on commit 8b2a222

@zwang
Copy link

@zwang zwang commented on 8b2a222 Jul 10, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the changes logs for changes/fixes in the last several releases. We are still using 4.41 due to a crash introduced in 5.0.1. So I am not sure if we are good to upgrade.

Please sign in to comment.