8 lines
250 B
XML
8 lines
250 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.topjohnwu.snet">
|
|
|
|
<meta-data
|
|
android:name="com.google.android.gms.version"
|
|
android:value="@integer/google_play_services_version" />
|
|
</manifest>
|