Aurelian Dumanovschi
Aurelian Dumanovschi
The alpha fixes this.
I'm having the same issue here: https://github.com/google/play-services-plugins/issues/210 Apps crash at startup as a result.
It only happens if you enable StrictMode: ``` StrictMode.setVmPolicy(new StrictMode.VmPolicy.Builder() .detectLeakedClosableObjects() .penaltyLog() .penaltyDeath() .build()); ``` But still, this should be fixed
Whatever alpha was available at the time of writing, I don't remember, sorry