mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-28 14:13:00 +00:00
Move <meta-data> inside <application>. Fixes #1122.
This commit is contained in:
parent
312d2a1930
commit
ee176c42cc
1 changed files with 4 additions and 3 deletions
|
@ -18,11 +18,12 @@
|
|||
<manifest package="org.microg.gms.base"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
|
||||
<application>
|
||||
<meta-data
|
||||
android:name="com.google.android.gms.version"
|
||||
android:value="@integer/google_play_services_version"/>
|
||||
|
||||
<application>
|
||||
<activity
|
||||
android:name="com.google.android.gms.common.api.GoogleApiActivity"
|
||||
android:exported="false"
|
||||
|
|
Loading…
Reference in a new issue