summaryrefslogtreecommitdiff
path: root/aboutit/src/main/AndroidManifest.xml
blob: aa76a2214a6d8437ea983683bc860433add6921a (plain)
1
2
3
4
5
6
7
8
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.snilius.aboutit">

    <application android:allowBackup="true" android:label="@string/app_name"
        android:icon="@drawable/ic_launcher">

    </application>

</manifest>