My application runs successfully when using:
compile 'com.google.android.gms:play-services:6.1.11'
But when I switch to using:
compile 'com.google.android.gms:play-services:6.5.+'
The application immediately displays a white screen and then an ANR.
This is gradle console log after a clean and build:
Configuration on demand is an incubating feature.
WARNING: Dependency org.apache.httpcomponents:httpclient:4.0.1 is ignored for <app1> as it may be conflicting with the internal version provided by Android.
In case of problem, please repackage it with jarjar to change the class packages
...
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
...
BUILD SUCCESSFUL