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

10 lines
429 B
XML

<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>