浏览代码

added http lib

tags/0.0.5
Robin Thoni 10 年前
父节点
当前提交
b1ac4b1571
共有 3 个文件被更改,包括 2 次插入0 次删除
  1. 1
    0
      app/build.gradle
  2. 1
    0
      app/src/main/AndroidManifest.xml
  3. 二进制
      libs/android-async-http-1.4.9.jar

+ 1
- 0
app/build.gradle 查看文件

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 查看文件

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"

二进制
libs/android-async-http-1.4.9.jar 查看文件


正在加载...
取消
保存