<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    package="com.braintreepayments.api.dropin"
    android:versionCode="60"
    android:versionName="3.0.6" >

    <uses-sdk
        android:minSdkVersion="16"
        android:targetSdkVersion="25" />

    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.INTERNET" />

    <application
        android:supportsRtl="true"
        tools:ignore="UnusedAttribute" >
        <activity
            android:name="com.braintreepayments.api.threedsecure.ThreeDSecureWebViewActivity"
            android:theme="@style/bt_three_d_secure_theme" />
        <activity
            android:name="com.braintreepayments.api.dropin.DropInActivity"
            android:theme="@style/bt_drop_in_activity_theme" />
        <activity
            android:name="com.braintreepayments.api.dropin.AddCardActivity"
            android:theme="@style/bt_add_card_activity_theme" />
    </application>

</manifest>