When building my admob extension I now get an error
Failed building Android resources to R.java: Failed building Android resources to R.java: /var/folders/hz/pn_wgvvs5gs9t_2zkchyd0w80000gn/T/tmp2299451986669050309bundle/resources/values/values.xml:39: error: Attribute "imageAspectRatioAdjust" already defined with incompatible format.
/var/folders/hz/pn_wgvvs5gs9t_2zkchyd0w80000gn/T/5298013932805045127/res/com.google.android.gms.play-services-base-16.0.1/values/values.xml:35: Original attribute defined here.
/var/folders/hz/pn_wgvvs5gs9t_2zkchyd0w80000gn/T/tmp2299451986669050309bundle/resources/values/values.xml:52: error: Attribute "buttonSize" already defined with incompatible format.
/var/folders/hz/pn_wgvvs5gs9t_2zkchyd0w80000gn/T/5298013932805045127/res/com.google.android.gms.play-services-base-16.0.1/values/values.xml:48: Original attribute defined here.
/var/folders/hz/pn_wgvvs5gs9t_2zkchyd0w80000gn/T/tmp2299451986669050309bundle/resources/values/values.xml:60: error: Attribute "colorScheme" already defined with incompatible format.
/var/folders/hz/pn_wgvvs5gs9t_2zkchyd0w80000gn/T/5298013932805045127/res/com.google.android.gms.play-services-base-16.0.1/values/values.xml:56: Original attribute defined here.
But I have excludeJars section in the game.appmanifest
platforms:
armv7-android:
context:
excludeJars: ["(.*)/google-play-services.jar", "(.*)/android-support-v4.jar"]
Starting not so long ago with an update.