Fix duplicate file exceptions with newer versions of Gradle

This commit is contained in:
Cameron Gutman 2016-02-06 16:43:11 -05:00
parent 0dc14517cd
commit 20a646106b

View File

@ -32,6 +32,13 @@ android {
}
}
// These lines are required to avoid dexing issues with the BouncyCastle library
// bundled with limelight-common.jar
packagingOptions {
exclude 'META-INF/BCKEY.SF'
exclude 'META-INF/BCKEY.DSA'
}
sourceSets.main.jni.srcDirs = []
//noinspection GroovyAssignabilityCheck,GroovyAssignabilityCheck