Put xposed metadata under the correct child element

This commit is contained in:
Ryan Welton
2014-07-24 16:02:04 -04:00
parent 20a194dd78
commit c98fa25cf7

View File

@@ -2,15 +2,14 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="just.trust.me" >
<meta-data android:value="true" android:name="xposedmodule"/>
<meta-data android:value="2.0*" android:name="xposedminversion"/>
<meta-data android:value="Assists in removing DRM from the Amazon books you own" android:name="xposeddescription"/>
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<meta-data android:value="true" android:name="xposedmodule"/>
<meta-data android:value="2.0*" android:name="xposedminversion"/>
<meta-data android:value="Kills SSL certificate validation" android:name="xposeddescription"/>
</application>
</manifest>