mirror of
https://github.com/openMF/mifos-mobile.git
synced 2026-02-06 11:26:51 +00:00
14 lines
355 B
XML
14 lines
355 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="org.mifos.selfserviceapp">
|
|
|
|
<application
|
|
android:allowBackup="true"
|
|
android:icon="@mipmap/ic_launcher"
|
|
android:label="@string/app_name"
|
|
android:supportsRtl="true"
|
|
android:theme="@style/AppTheme">
|
|
|
|
</application>
|
|
|
|
</manifest>
|