Not sure whether i changed anything (am almost sure i did't). But my builds just started failing with following notes:
---
.......
Note: the configuration refers to the unknown field 'com.google.android.gms.common.api.internal.BasePendingResult.ReleasableResultGuardian <fields>' in class 'com.google.android.gms.common.api.internal.BasePendingResult'
Note: the configuration keeps the entry point 'com.codename1.impl.android.AndroidNativeUtil { void addLifecycleListener(com.codename1.impl.android.LifecycleListener); }', but not the descriptor class 'com.codename1.impl.android.LifecycleListener'
Note: the configuration keeps the entry point 'com.codename1.impl.android.AndroidNativeUtil { void removeLifecycleListener(com.codename1.impl.android.LifecycleListener); }', but not the descriptor class 'com.codename1.impl.android.LifecycleListener'
Note: the configuration keeps the entry point 'com.codename1.impl.android.AndroidNativeUtil { void startActivityForResult(android.content.Intent,int,com.codename1.impl.android.IntentResultListener); }', but not the descriptor class 'com.codename1.impl.android.IntentResultListener'
Note: the configuration keeps the entry point 'com.codename1.impl.android.AndroidNativeUtil { void startActivityForResult(android.content.Intent,com.codename1.impl.android.IntentResultListener); }', but not the descriptor class 'com.codename1.impl.android.IntentResultListener'
Note: the configuration keeps the entry point 'com.codename1.impl.android.AndroidNativeUtil { void registerViewRenderer(java.lang.Class,com.codename1.impl.android.AndroidNativeUtil$BitmapViewRenderer); }', but not the descriptor class 'com.codename1.impl.android.AndroidNativeUtil$BitmapViewRenderer'
Note: the configuration keeps the entry point 'com.codename1.impl.android.InPlaceEditView { void setEditedTextField(com.codename1.ui.TextArea); }', but not the descriptor class 'com.codename1.ui.TextArea'
Note: the configuration keeps the entry point 'com.codename1.social.GoogleImpl { void nativeLoginImpl(com.google.android.gms.common.api.GoogleApiClient); }', but not the descriptor class 'com.google.android.gms.common.api.GoogleApiClient'
Note: the configuration keeps the entry point 'com.codename1.social.GoogleImpl { com.google.android.gms.common.api.GoogleApiClient getClient(com.codename1.util.SuccessCallback); }', but not the descriptor class 'com.codename1.util.SuccessCallback'
Note: the configuration keeps the entry point 'com.codename1.social.GoogleImpl { void access$000(com.codename1.social.GoogleImpl,com.google.android.gms.common.api.GoogleApiClient); }', but not the descriptor class 'com.google.android.gms.common.api.GoogleApiClient'
.............
--