Skip to content

Commit

Permalink
Manually merging 22fbbba4c776fa4122845a31daa64fc0b1e86adc
Browse files Browse the repository at this point in the history
Summary: Bump version for patch

Reviewed By: joesus

Differential Revision: D39136616

fbshipit-source-id: b59702ad69bb2a74176d320c0e0cea4ed514940e
  • Loading branch information
mingcaozhang authored and facebook-github-bot committed Aug 30, 2022
1 parent 1ad14c9 commit 6437249
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed

- We now use jacoco to gather code coverage on debug builds. If you are building from source instead of using releases from maven,
you may run into an issue where debug builds crash on launch.
The issue and solution are well-documented in https://github.com/jacoco/jacoco/issues/968

## [14.1.1]
### Fixed
- Fixed the issue which caused AndroidX activity/fragment 1.5.0+ to break the Facebook Login Android SDK Flow if the Facebook app is not installed.

## [14.1.0]

Expand Down Expand Up @@ -429,7 +438,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- Links -->

[Unreleased]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-14.0.0...HEAD
[Unreleased]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-14.1.1...HEAD
[14.1.1]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-14.1.0...sdk-version-14.1.1
[14.1.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-14.0.0...sdk-version-14.1.0
[14.0.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-13.2.0...sdk-version-14.0.0
[13.2.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-13.1.0...sdk-version-13.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
package com.facebook

internal object FacebookSdkVersion {
const val BUILD = "14.1.0"
const val BUILD = "14.1.1"
}

0 comments on commit 6437249

Please sign in to comment.