<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.clevertap.react" >

    <uses-sdk android:minSdkVersion="21" />
    <!--
    Package name has been added to support compatibility for RN versions less than 0.71.
    This gives warning for RN versions greater than or equal to 0.71 which can be ignored
    -->
    <application>
    </application>

</manifest>