Files
notesnook/apps/mobile/android/app/src/debug/AndroidManifest.xml

11 lines
331 B
XML
Raw Normal View History

2019-11-15 01:17:59 +05:00
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
2021-04-07 10:49:42 +05:00
<application
android:usesCleartextTraffic="true"
tools:targetApi="28"
tools:ignore="GoogleAppIndexingWarning">
</application>
2019-11-15 01:17:59 +05:00
</manifest>