nani/app/furiganatextview/src/main/AndroidManifest.xml

AndroidManifest.xml

1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
    package="se.fekete.furiganatextview">
3
4
    <application android:allowBackup="true"
5
        android:label="@string/app_name"
6
        android:supportsRtl="true"
7
>
8
9
    </application>
10
11
</manifest>
12