Facebook SDK for Android Upgrade Guide
Updated: May 5, 2026
To ensure seamless In-App Purchase tracking, please update your Facebook SDK to the latest version (v18.0.0 or higher for iOS, v18.0.0 or higher for Android). This will enable you to take advantage of the latest API changes and maintain accurate tracking of your app’s In-App Purchase activity.
- See facebook/facebook-android-sdk/CHANGELOG.md on GitHub.
- Change
dependencies {}section of yourbuild.gradle (module: app)file to compile the latest version of the Facebook SDK:
implementation 'com.facebook.android:facebook-android-sdk:latest.release'