Skip to content

Commit

Permalink
Added Gson and Async-http libraries and changed build tools version t…
Browse files Browse the repository at this point in the history
…o latest in the existing NetCipher and Jumble libraries.
  • Loading branch information
Theofilos-Chamalis committed Feb 6, 2015
1 parent 86fbeb3 commit 4f3d685
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@ repositories {
}

dependencies {
compile project(":libraries:Jumble")
compile project(":libraries:NetCipher:libnetcipher")
compile project(':libraries:Jumble')
compile project(':libraries:NetCipher:libnetcipher')
compile 'com.android.support:support-v4:21.+'
compile 'com.android.support:appcompat-v7:21.+'
compile 'com.android.support:cardview-v7:21.+'
compile 'com.android.support:palette-v7:21.+'
compile 'com.android.support:recyclerview-v7:21.+'
compile files('/home/theofilos/new_git/QRPushToTalk/libraries/android-async-http-1.4.6.jar')
compile files('/home/theofilos/new_git/QRPushToTalk/libraries/gson-2.3.1.jar')
}


Expand Down
Binary file added libraries/android-async-http-1.4.6.jar
Binary file not shown.
Binary file added libraries/gson-2.3.1.jar
Binary file not shown.

0 comments on commit 4f3d685

Please sign in to comment.