FeatureKillersGames / FirebaseAnalyticsGodotAndroidPlugin

Firebase Analytics implementation for Godot 4.2+ for android
MIT License
18 stars 4 forks source link

build fixes for 4.3-dev5 #2

Closed theromis closed 5 months ago

theromis commented 6 months ago

Currently 4.3 fails on build, so this version changes fixes an issue most critical is google-services. Unfortunately get_option fails on it as well so export was fine on version in Assets library. Also I'm working on ios version as well, once it will be ready will create another PR.

theromis commented 6 months ago

Also created https://github.com/godotengine/godot/pull/91000 for adding MANAGE_GAME_MODE into godot export menu, may be better add this permission into AndroidManifest here?

    <uses-permission android:name="android.permission.MANAGE_GAME_MODE" />
BasilYes commented 5 months ago

Oh, sorry for ignoring it for so long. 4 days ago I updated dependencies by myself, seems work fine. So I close it