Skip to content

Commit

Permalink
library取消Main
Browse files Browse the repository at this point in the history
  • Loading branch information
qingfengwlt committed Jun 23, 2017
1 parent fb8f8e9 commit 0a86393
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.superlibrary.ken">

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<application android:allowBackup="true" android:label="@string/app_name"
android:supportsRtl="true">
</application>

</manifest>

0 comments on commit 0a86393

Please sign in to comment.