瀏覽代碼

added http lib

tags/0.0.5
Robin Thoni 9 年之前
父節點
當前提交
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,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 查看文件

@@ -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"

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


Loading…
取消
儲存