aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsync/AndroidManifest.xml
blob: 9c3c5e4454f42494e710697bf1461488f2722be6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    package="com.koushikdutta.async"
    android:versionCode="131"
    android:versionName="1.3.1">

    <uses-sdk
        tools:node="replace" />
    <uses-permission android:name="android.permission.INTERNET"/>

    <application>
    </application>

</manifest>