I've just added location awareness to my app, based on the simple "get last known location" functionality described here, which uses the fused location provider.
I've been trying to keep my app as lightweight as possible, so it's disappointing that, in the process of adding simple location awareness, my apk size has gone from 185K to 2.1M. The actual code itself certainly hasn't increased by that amount, so I assume it's pulling in a big library from somewhere.
Any idea how I can reduce my apk size again?
Thanks.