Skip to content

Commit

Permalink
删除 library 中AndroidManifest的无用节点
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyJayce committed Feb 10, 2017
1 parent 28f41f1 commit 1f5492b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 36 deletions.
6 changes: 0 additions & 6 deletions mvchelper_library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.shizhefei.mvc.mvchelper">

<application
android:allowBackup="true"
android:supportsRtl="true">

</application>

</manifest>
6 changes: 0 additions & 6 deletions mvchelper_okhttp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.shizhefei.mvc.okhttp">

<application
android:allowBackup="true"
android:supportsRtl="true">

</application>

</manifest>
6 changes: 0 additions & 6 deletions mvchelper_testcase/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.shizhefei.mvc.testcase">

<application
android:allowBackup="true"
android:supportsRtl="true">

</application>

</manifest>
6 changes: 0 additions & 6 deletions mvcpullrefshhelper/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.shizhefei.mvc.mvcpullrefshhelper">

<application
android:allowBackup="true"
android:supportsRtl="true">

</application>

</manifest>
6 changes: 0 additions & 6 deletions mvcswiperefreshhelper/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.shizhefei.mvc.mvcswiperefreshhelper">

<application
android:allowBackup="true"
android:supportsRtl="true">

</application>

</manifest>
6 changes: 0 additions & 6 deletions mvcultrahelper/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.shizhefei.mvc.mvcultrahelper">

<application
android:allowBackup="true"
android:supportsRtl="true">

</application>

</manifest>

0 comments on commit 1f5492b

Please sign in to comment.