Skip to content

Commit fd6c481

Browse files
Version Bump + Change Log
Summary: Version bump and change log for the new release Reviewed By: KylinChang Differential Revision: D69426235 fbshipit-source-id: a60c0517ec9d8475fc30f4a6323c1433a69e7c4b
1 parent 08530fc commit fd6c481

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [18.0.2]
11+
### Changed
12+
- Upgraded a variety of dependencies including Kotlin, Gradle, and the Android Gradle Plugin
13+
### Added
14+
- Added permissions ACCESS_ADSERVICES_ATTRIBUTION, ACCESS_ADSERVICES_AD_ID and ACCESS_ADSERVICES_CUSTOM_AUDIENCE to access [Google Privacy Sandbox AdServices API](https://developers.google.com/privacy-sandbox/overview/android). If you need to disable any of the permissions, please include the [tools:node="remove" node marker](https://developer.android.com/build/manage-manifests#node_markers) for the particular permissions.
15+
1016
## [18.0.1]
1117

1218
### Fixed

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 = "18.0.1"
12+
const val BUILD = "18.0.2"
1313
}

0 commit comments

Comments
 (0)