Skip to content

Commit

Permalink
Bump version v17.0.2
Browse files Browse the repository at this point in the history
Summary: $title

Reviewed By: xta0

Differential Revision: D62207032

fbshipit-source-id: e322533e7d203c04686c5193c37df18bec9db600
  • Loading branch information
Zilin Zhang authored and facebook-github-bot committed Sep 4, 2024
1 parent d2a656c commit 5bfda94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [17.0.2]

### Added
- Add App Link Auto Setup

## [17.0.1]

### Added
Expand Down Expand Up @@ -483,7 +488,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-17.0.1...HEAD
[Unreleased]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-17.0.2...HEAD
[17.0.2]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-17.0.1...sdk-version-17.0.2
[17.0.1]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-17.0.0...sdk-version-17.0.1
[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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
package com.facebook

internal object FacebookSdkVersion {
const val BUILD = "17.0.1"
const val BUILD = "17.0.2"
}

0 comments on commit 5bfda94

Please sign in to comment.