Skip to content

Commit 14230d3

Browse files
committed
Bump version to 15.0.1
Summary: Bump version for hotfix fixing android 12 compatibility. Reviewed By: jawwad Differential Revision: D39933234 fbshipit-source-id: 026595928083f015c4d11ba7594004414a4b61ef
1 parent 4f613ee commit 14230d3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [15.0.1]
11+
### Fixed
12+
- Fixed the issue causing apps targeting Android 12 or higher to fail due to a component with an intent-filter not explicitly defining the attribute `android:exported`.
13+
1014
## [15.0.0]
1115
### Changed
1216
- We now use jacoco to gather code coverage on debug builds. If you are building from source instead of using releases from maven,
@@ -441,6 +445,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
441445
<!-- Links -->
442446

443447
[Unreleased]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-15.0.0...HEAD
448+
[15.0.1]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-15.0.0...sdk-version-15.0.1
444449
[15.0.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-14.1.1...sdk-version-15.0.0
445450
[14.1.1]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-14.1.0...sdk-version-14.1.1
446451
[14.1.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-14.0.0...sdk-version-14.1.0
@@ -496,5 +501,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
496501
[5.0.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-4.41.0...sdk-version-5.0.0
497502
[4.41.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-4.40.0...sdk-version-4.41.0
498503
[4.40.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-4.39.0...sdk-version-4.40.0
499-
500-

facebook-core/src/main/java/com/facebook/FacebookSdkVersion.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
package com.facebook
2222

2323
internal object FacebookSdkVersion {
24-
const val BUILD = "15.0.0"
24+
const val BUILD = "15.0.1"
2525
}

0 commit comments

Comments
 (0)