Procházet zdrojové kódy

added http lib

tags/0.0.5
Robin Thoni před 9 roky
rodič
revize
b1ac4b1571

+ 1
- 0
app/build.gradle Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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ární
libs/android-async-http-1.4.9.jar Zobrazit soubor


Načítá se…
Zrušit
Uložit