Skip to content

Commit fb73c8f

Browse files
Zilin Zhangfacebook-github-bot
Zilin Zhang
authored andcommitted
Bump Android SDK version v17.0.1
Summary: As title Reviewed By: xta0 Differential Revision: D60687166 fbshipit-source-id: f9a0bb3b85ec3d94d53737f5e3fed81d9df07ff4
1 parent 83ba240 commit fb73c8f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [17.0.1]
11+
12+
### Added
13+
- Add a new field to App Install
14+
1015
## [17.0.0]
1116

1217
### Added
@@ -478,7 +483,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
478483

479484
<!-- Links -->
480485

481-
[Unreleased]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-17.0.0...HEAD
486+
[Unreleased]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-17.0.1...HEAD
487+
[17.0.1]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-17.0.0...sdk-version-17.0.1
482488
[17.0.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-16.3.0...sdk-version-17.0.0
483489
[16.3.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-16.2.0...sdk-version-16.3.0
484490
[16.2.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-16.1.3...sdk-version-16.2.0
@@ -545,5 +551,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
545551
[5.0.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-4.41.0...sdk-version-5.0.0
546552
[4.41.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-4.40.0...sdk-version-4.41.0
547553
[4.40.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-4.39.0...sdk-version-4.40.0
548-
549-

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
package com.facebook
1010

1111
internal object FacebookSdkVersion {
12-
const val BUILD = "17.0.0"
12+
const val BUILD = "17.0.1"
1313
}

0 commit comments

Comments
 (0)