Browse Source

added http lib

tags/0.0.5
Robin Thoni 8 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,4 +24,5 @@ dependencies {
24 24
     testCompile 'junit:junit:4.12'
25 25
     compile 'com.android.support:appcompat-v7:22.2.1'
26 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,6 +2,7 @@
2 2
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 3
     package="com.rthoni.camotion">
4 4
 
5
+    <uses-permission android:name="android.permission.INTERNET" />
5 6
     <application
6 7
         android:allowBackup="true"
7 8
         android:icon="@mipmap/ic_launcher"

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


Loading…
Cancel
Save