File tree 2 files changed +8
-4
lines changed
facebook-core/src/main/java/com/facebook
2 files changed +8
-4
lines changed 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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 17.0.1]
11
+
12
+ ### Added
13
+ - Add a new field to App Install
14
+
10
15
## [ 17.0.0]
11
16
12
17
### Added
@@ -478,7 +483,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
478
483
479
484
<!-- Links -->
480
485
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
482
488
[ 17.0.0 ] : https://github.com/facebook/facebook-android-sdk/compare/sdk-version-16.3.0...sdk-version-17.0.0
483
489
[ 16.3.0 ] : https://github.com/facebook/facebook-android-sdk/compare/sdk-version-16.2.0...sdk-version-16.3.0
484
490
[ 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
545
551
[ 5.0.0 ] : https://github.com/facebook/facebook-android-sdk/compare/sdk-version-4.41.0...sdk-version-5.0.0
546
552
[ 4.41.0 ] : https://github.com/facebook/facebook-android-sdk/compare/sdk-version-4.40.0...sdk-version-4.41.0
547
553
[ 4.40.0 ] : https://github.com/facebook/facebook-android-sdk/compare/sdk-version-4.39.0...sdk-version-4.40.0
548
-
549
-
Original file line number Diff line number Diff line change 9
9
package com.facebook
10
10
11
11
internal object FacebookSdkVersion {
12
- const val BUILD = " 17.0.0 "
12
+ const val BUILD = " 17.0.1 "
13
13
}
You can’t perform that action at this time.
0 commit comments