9 lines
222 B
XML
9 lines
222 B
XML
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
package="com.opensource.svgaplayer">
|
||
|
|
||
|
<application android:allowBackup="true" android:label="@string/app_name">
|
||
|
|
||
|
</application>
|
||
|
|
||
|
</manifest>
|