[b]<?xml version=“1.0” encoding=“utf-8”?>
<manifest xmlns:android=“http://schemas.android.com/apk/res/android”
package=“com.google.android.gms”
android:versionCode=“4323030”
android:versionName=“4.3.23 (1069729-030)” >
<uses-sdk android:minSdkVersion="9"/>
</manifest>
[/b]
This is in the manifest of my Google Play Services Library attached to my app. Which from what ive seen has to be added to your project to show ads with networks. Was wondering if anyone knows if each library has its own unique versionCode?
Example: android:versionCode=“4323030”
android:versionName=“4.3.23 (1069729-030)” >
Or is it just based off the actual version of the library. I just want to make sure Google isnt able to tie reskinned apps together based on these numbers. Prolly being over cautious. Let me know