forked from Ivasoft/mattermost-mobile
* Revert "Downgrade mmkv and bump to 435 (#6742)" This reverts commit66b469bb31. * Revert "Bump Version to 1.56.0 and build to 431 (#6723)" This reverts commitfdee027b4a. * Revert "[V1] update deps (#6666)" This reverts commit8137241f12. * bump build to 436 * update snapshots
13 lines
525 B
XML
13 lines
525 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">
|
|
|
|
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
|
|
|
|
<application
|
|
android:usesCleartextTraffic="true"
|
|
tools:targetApi="28"
|
|
tools:ignore="GoogleAppIndexingWarning">
|
|
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" android:exported="false" />
|
|
</application>
|
|
</manifest> |