Skip to content

Commit

Permalink
Bump SDK version to v17.0.0
Browse files Browse the repository at this point in the history
Summary:
Get aligned with the version of FBSDK for iOS
(bump version diff for iOS: D53864621)

Reviewed By: KylinChang

Differential Revision: D54027843

fbshipit-source-id: 777064e62802178b124925cca9cbbf6825bfeb75
Xinzhu Cai authored and facebook-github-bot committed Feb 21, 2024
1 parent 6082abd commit a773cf1
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [17.0.0]

### Added
- More use case for Integrity is supported. Apps violating Meta’s Policy will no longer be allowed to send Traffic.

## [16.3.0]

## [16.2.0]
@@ -473,7 +478,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-16.3.0...HEAD
[Unreleased]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-17.0.0...HEAD
[17.0.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-16.3.0...sdk-version-17.0.0
[16.3.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-16.2.0...sdk-version-16.3.0
[16.2.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-16.1.3...sdk-version-16.2.0
[16.1.3]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-16.1.2...sdk-version-16.1.3
@@ -540,3 +546,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[4.41.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-4.40.0...sdk-version-4.41.0
[4.40.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-4.39.0...sdk-version-4.40.0


Original file line number Diff line number Diff line change
@@ -9,5 +9,5 @@
package com.facebook

internal object FacebookSdkVersion {
const val BUILD = "16.3.0"
const val BUILD = "17.0.0"
}

0 comments on commit a773cf1

Please sign in to comment.