Use debug moonlight-common with asserts enabled on debug builds and release moonlight-common with asserts disabled on release builds

This commit is contained in:
Cameron Gutman
2017-06-08 19:57:55 -07:00
parent 0ecf86c7ed
commit f5680b59a5
2 changed files with 4 additions and 2 deletions

View File

@@ -56,6 +56,8 @@ android {
dependencies {
compile 'org.bouncycastle:bcprov-jdk15on:1.52'
compile 'org.bouncycastle:bcpkix-jdk15on:1.52'
compile project(':moonlight-common')
compile files('libs/jcodec-0.1.9-patched.jar')
debugCompile project(path:':moonlight-common', configuration:'debug')
releaseCompile project(path:':moonlight-common', configuration:'release')
}