mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-26 12:17:39 +00:00
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>
|