mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
11 lines
331 B
XML
11 lines
331 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
<application
|
|
android:usesCleartextTraffic="true"
|
|
tools:targetApi="28"
|
|
tools:ignore="GoogleAppIndexingWarning">
|
|
</application>
|
|
</manifest>
|