-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removed AppInvite dialog code for migration to Facebook SDK 16.2.0 * Added support for Facebook SDK 16 in android gradle version. Still WIP. For build to successed, it seams that gradle version >= 7.2 is required, which requires JDK 11. But since we already needto update to gradle 8.1 for firebase support, we may want to simply skip that, and do what is required to get gradle 8.1 working as the new standard. * Updated facebook and FCM support. Both of these require gradle 8.1, which requires JDK 17, but builder still doesn't support JDK17 in general, so for android builds we need to set JAVA17_HOME environment variable when performing Android local builds. * isFriendsInviteSupported now returns false for facebook
- Loading branch information
Showing
2 changed files
with
252 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.