Skip to content

Commit

Permalink
Bump Android SDK version v17.0.1
Browse files Browse the repository at this point in the history
Summary: As title

Reviewed By: xta0

Differential Revision: D60687166

fbshipit-source-id: f9a0bb3b85ec3d94d53737f5e3fed81d9df07ff4
  • Loading branch information
Zilin Zhang authored and facebook-github-bot committed Aug 2, 2024
1 parent 83ba240 commit fb73c8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions 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.1]

### Added
- Add a new field to App Install

## [17.0.0]

### Added
Expand Down Expand Up @@ -478,7 +483,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.0...HEAD
[Unreleased]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-17.0.1...HEAD
[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
[16.2.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-16.1.3...sdk-version-16.2.0
Expand Down Expand Up @@ -545,5 +551,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[5.0.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-4.41.0...sdk-version-5.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
Expand Up @@ -9,5 +9,5 @@
package com.facebook

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

0 comments on commit fb73c8f

Please sign in to comment.