VancedIntegrations/app/src/main/AndroidManifest.xml

12 lines
369 B
XML
Raw Normal View History

2020-08-24 15:47:57 +00:00
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="pl.jakubweg">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
tools:ignore="AllowBackup" />
</manifest>