aboutsummaryrefslogtreecommitdiffstats
path: root/libs/audiowife/src/main/AndroidManifest.xml
blob: 5876c3afe633fd752ed8140d41ab60dcdb603c7e (plain)
1
2
3
4
5
6
7
8
9
10
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="nl.changer.audiowife">

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

    </application>

</manifest>