Skip to content

Commit

Permalink
Version Bump + Change Log
Browse files Browse the repository at this point in the history
Summary: Version bump and change log for the new release

Reviewed By: KylinChang

Differential Revision: D69426235

fbshipit-source-id: a60c0517ec9d8475fc30f4a6323c1433a69e7c4b
  • Loading branch information
maxalbrightmeta authored and facebook-github-bot committed Feb 10, 2025
1 parent 08530fc commit fd6c481
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [18.0.2]
### Changed
- Upgraded a variety of dependencies including Kotlin, Gradle, and the Android Gradle Plugin
### Added
- 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.

## [18.0.1]

### Fixed
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 = "18.0.1"
const val BUILD = "18.0.2"
}

0 comments on commit fd6c481

Please sign in to comment.