bitsy-wallet/app/src/main/AndroidManifest.xml

10 lines
429 B
XML
Raw Normal View History

2018-10-29 21:49:42 +00:00
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="cy.agorise.bitsywallet">
<application android:allowBackup="true"
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme"/>
</manifest>