0
0
Fork 0
mirror of https://github.com/YTVanced/VancedMicroG synced 2024-11-01 00:42:39 +00:00
VancedMicroG/play-services-base/src/main/AndroidManifest.xml

7 lines
202 B
XML
Raw Normal View History

2015-01-11 23:07:59 +00:00
<?xml version="1.0" encoding="utf-8"?>
2015-01-15 19:11:31 +00:00
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.gms">
<uses-sdk android:minSdkVersion="9" />
2015-01-11 23:07:59 +00:00
</manifest>