We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55bb602 commit 4dbd952Copy full SHA for 4dbd952
2 files changed
app/src/main/AndroidManifest.xml
@@ -6,7 +6,6 @@
6
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
7
8
<application
9
- android:allowBackup="true"
10
android:icon="@mipmap/ic_launcher"
11
android:label="@string/app_name"
12
android:theme="@style/AppTheme" >
flowingdrawer-core/src/main/AndroidManifest.xml
@@ -1,10 +1,3 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
- package="com.mxn.soul.flowingdrawer_core" >
+<manifest package="com.mxn.soul.flowingdrawer_core" />
4
5
- <application
- android:label="@string/app_name" >
- </application>
-
-</manifest>
0 commit comments