1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3    package="com.aguacerowx.reactnative" > <!-- This manifest is for a library module. It requires very little. -->
4    <!-- The package name MUST exactly match the namespace in build.gradle -->
5    <!-- and the package declarations in your Java files. -->
6    <uses-sdk android:minSdkVersion="23" />
7
8</manifest>
