Replace BouncyCastle and Jcodec jars with Maven repo dependencies

This commit is contained in:
Cameron Gutman
2014-10-29 21:52:13 -07:00
parent 24cb347b10
commit 8f6e8c00ef
5 changed files with 6 additions and 6 deletions

View File

@@ -48,9 +48,9 @@ android {
}
dependencies {
compile files('libs/bcpkix-jdk15on-151.jar')
compile files('libs/bcprov-jdk15on-151.jar')
compile files('libs/jcodec-0.1.5.jar')
compile group: 'org.jcodec', name: 'jcodec', version: '0.1.6-3'
compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.51'
compile group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.51'
compile files('libs/jmdns-fixed.jar')
compile files('libs/limelight-common.jar')
compile files('libs/tinyrtsp.jar')