clevertap-react-native
Version:
CleverTap React Native SDK.
13 lines (11 loc) • 434 B
text/xml
<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>