Browse Source

added http lib

tags/0.0.5
Robin Thoni 9 years ago
parent
commit
b1ac4b1571
3 changed files with 2 additions and 0 deletions
  1. 1
    0
      app/build.gradle
  2. 1
    0
      app/src/main/AndroidManifest.xml
  3. BIN
      libs/android-async-http-1.4.9.jar

+ 1
- 0
app/build.gradle View File

24
     testCompile 'junit:junit:4.12'
24
     testCompile 'junit:junit:4.12'
25
     compile 'com.android.support:appcompat-v7:22.2.1'
25
     compile 'com.android.support:appcompat-v7:22.2.1'
26
     compile 'com.android.support:design:22.2.1'
26
     compile 'com.android.support:design:22.2.1'
27
+    compile 'com.loopj.android:android-async-http:1.4.9'
27
 }
28
 }

+ 1
- 0
app/src/main/AndroidManifest.xml View File

2
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
     package="com.rthoni.camotion">
3
     package="com.rthoni.camotion">
4
 
4
 
5
+    <uses-permission android:name="android.permission.INTERNET" />
5
     <application
6
     <application
6
         android:allowBackup="true"
7
         android:allowBackup="true"
7
         android:icon="@mipmap/ic_launcher"
8
         android:icon="@mipmap/ic_launcher"

BIN
libs/android-async-http-1.4.9.jar View File


Loading…
Cancel
Save