diff --git a/app/app.iml b/app/app.iml index e1a52160..1b595178 100644 --- a/app/app.iml +++ b/app/app.iml @@ -103,18 +103,18 @@ + + - - + - diff --git a/app/build.gradle b/app/build.gradle index ee6184e9..e85c73de 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,18 +63,17 @@ android { dependencies { compile group: 'org.jcodec', name: 'jcodec', version: '+' + compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '+' compile group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '+' - compile group: 'com.google.android', name: 'support-v4', version:'+' - // FIXME: Pending resolution of issue #346 using custom build - //compile group: 'com.koushikdutta.ion', name: 'ion', version:'+' + compile group: 'com.google.android', name: 'support-v4', version:'+' + compile group: 'com.koushikdutta.ion', name: 'ion', version:'+' compile group: 'com.google.code.gson', name: 'gson', version:'+' - compile files('libs/androidasync-e1dfb4.jar') - compile files('libs/ion-2f46fa.jar') compile group: 'com.squareup.okhttp', name: 'okhttp', version:'+' compile group: 'com.squareup.okio', name:'okio', version:'+' + compile files('libs/jmdns-fixed.jar') compile files('libs/limelight-common.jar') compile files('libs/tinyrtsp.jar') diff --git a/app/libs/androidasync-e1dfb4.jar b/app/libs/androidasync-e1dfb4.jar deleted file mode 100644 index a583e4d5..00000000 Binary files a/app/libs/androidasync-e1dfb4.jar and /dev/null differ diff --git a/app/libs/ion-2f46fa.jar b/app/libs/ion-2f46fa.jar deleted file mode 100644 index 08fbea63..00000000 Binary files a/app/libs/ion-2f46fa.jar and /dev/null differ