Skip to content

Commit 72260c4

Browse files
committed
Remove unneccessary attributes from the AndroidManifest.xml. Fixes Issue Devlight#11.
1 parent dcc889d commit 72260c4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

arcprogressstackview/src/main/AndroidManifest.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,4 @@ limitations under the License.
1414
<manifest package="devlight.io.library"
1515
xmlns:android="http://schemas.android.com/apk/res/android">
1616

17-
<application
18-
android:allowBackup="true"
19-
android:label="@string/app_name"
20-
android:supportsRtl="true">
21-
</application>
22-
2317
</manifest>

0 commit comments

Comments
 (0)