Bimba.git

ref: 2ebfa43ef20b7a1965fc982d524af982511b81f4

app/src/main/AndroidManifest.xml


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="ml.adamsprogs.bimba">

    <application
        android:allowBackup="true"
        android:icon="@mipmap/ic_launcher"
        android:label="@string/app_name"
        android:supportsRtl="true"
        android:theme="@style/AppTheme">

    </application>

</manifest>