Update to support GFE 2.1.4

This commit is contained in:
Cameron Gutman
2014-11-10 22:01:19 -08:00
parent 244130fc1b
commit 269d9a6bc6
4 changed files with 5 additions and 0 deletions

View File

@@ -67,6 +67,8 @@ dependencies {
compile group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.51'
compile group: 'com.google.android', name: 'support-v4', version:'r6'
compile group: 'com.koushikdutta.ion', name: 'ion', version:'1.3.7'
compile group: 'com.squareup.okhttp', name: 'okhttp', version:'2.1.0-RC1'
compile group: 'com.squareup.okio', name:'okio', version:'1.0.1'
compile files('libs/jmdns-fixed.jar')
compile files('libs/limelight-common.jar')
compile files('libs/tinyrtsp.jar')