aboutsummaryrefslogtreecommitdiffstats
path: root/ahbottomnavigation/src/main/AndroidManifest.xml
blob: 2957692c288ad5714b46d83395bd0eee9f042487 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<manifest package="com.aurelhubert.ahbottomnavigation"
          xmlns:android="http://schemas.android.com/apk/res/android">

    <application
        android:allowBackup="true"
        android:label="@string/app_name"
        android:supportsRtl="true"
        >

    </application>

</manifest>