DrMoriarty / godot-facebook

Facebook module for Godot Game Engine (android and iOS)
MIT License
81 stars 23 forks source link

Redirected com.google.android.gms to play-services-ads, fixing export… #12

Closed threethan closed 3 years ago

threethan commented 3 years ago

Newer versions of the android sdk no longer supports com.google.android.gms, causing 'does not exist' errors and an inability to export. Redirecting to the new play-services-ads api fixes this.

DrMoriarty commented 3 years ago

@threethan Thank you!