My question is in regards to Google Play's new declaration of ad status and the fact that our application's are being flagged as containing the AdMob SDK (which is included in Google Play Services).
Our apps include Google Play Services (library project) and are built using the Android SDK and Ant (NOT gradle) and have proguard enabled. While proguard appears to be stripping some AdMob items (from looking at Usage.txt), it doesn't appear to be stripping everything which results in Google Play's detection.
I've been analyzing our build scripts and searching for days for something that I may have missed. Basically I'm asking if it's possible to strip AdMob from our apps using Proguard. At this point, I'm thinking it's impossible. If it is indeed impossible, confirming that would also be helpful.
And yes, I do understand that it's possible to include/exclude portions of Google Play Services using Gradle, and we are in the process of migrating our large complex projects, however that process won't be completed for a while. I also understand that as long as your app doesn't contain ads, selecting 'No' shouldn't be a problem, however I would still prefer to fix the issue if possible.