Plugin dependencies error when using gameanalytics

I think it is conflict as describe here: 

https://coronalabs.com/blog/2016/10/05/android-plugin-dependencies-update/

(Without gameanalytics_v2, it works fine)

So, how can i fix this, please help!

My plugins list:

plugins =

{

[“plugin.google.play.services”] =

{

publisherId = “com.coronalabs”,

},

[“CoronaProvider.gameNetwork.apple”] =

{

publisherId = “com.coronalabs”,

supportedPlatforms = { iphone=true, [“iphone-sim”]=true },

},

[“CoronaProvider.gameNetwork.google”] =

{

publisherId = “com.coronalabs”,

supportedPlatforms = { android=true },

},

[“plugin.facebook.v4”] =

{

publisherId = “com.coronalabs”

},

        [“plugin.gameanalytics_v2”] =

        {

            publisherId = “com.gameanalytics”,

            supportedPlatforms = { iphone=true, android=true }

        },

[“plugin.google.iap.v3”] =

{

publisherId = “com.coronalabs”,

supportedPlatforms = { android=true }

},

},

And the error on real android device:

E2353: java.lang.IllegalStateException: The meta-data tag in your app’s AndroidManifest.xml does not have the right value.  Expected 4242000 but found 9683000.  You must have the following declaration within the <application> element:     <meta-data android:name="co

Oct 27 12:51:58.866 m.google.android.gms.version" android:value="@integer/google_play_services_version" />

                    E2353: at com.google.android.gms.common.GooglePlayServicesUtil.n(Unknown Source)

                    E2353: at com.google.android.gms.common.GooglePlayServicesUtil.isGooglePlayServicesAvailable(Unknown Source)

                    E2353: at com.google.android.gms.internal.u.a(Unknown Source)

                    E2353: at com.google.android.gms.internal.ah.j(Unknown Sourc

Oct 27 12:51:58.866 e)

                    E2353: at com.google.android.gms.internal.ah.a(Unknown Source)

                    E2353: at com.google.android.gms.ads.InterstitialAd.loadAd(Unknown Source)

                    E2353: at CoronaProvider.ads.admob.AdMobAd$3.run(AdMobAd.java:209)

                    E2353: at android.os.Handler.handleCallback(Handler.java:739)

                    E2353: at android.os.Handler.dispatchMessage

Oct 27 12:51:58.875 (Handler.java:95)

                    E2353: at android.os.Looper.loop(Looper.java:135)

                    E2353: at android.app.ActivityThread.main(ActivityThread.java:5319)

                    E2353: at java.lang.reflect.Method.invoke(Native Method)

                    E2353: at java.lang.reflect.Method.invoke(Method.java:372)

                    E2353: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1016)

                    E2353: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:811)

The AdMob plugin is not compatible with the gameAnalytics plugin.

We are working on a new implementation of AdMob, however we have no official release date yet. Until then, you cannot use AdMob together with GameAnalytics.

OK i see, thank so much @ingemar_corona !!