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 { dependencies {
compile 'org.bouncycastle:bcprov-jdk15on:1.52' compile 'org.bouncycastle:bcprov-jdk15on:1.52'
compile 'org.bouncycastle:bcpkix-jdk15on:1.52' compile 'org.bouncycastle:bcpkix-jdk15on:1.52'
compile project(':moonlight-common')
compile files('libs/jcodec-0.1.9-patched.jar') compile files('libs/jcodec-0.1.9-patched.jar')
debugCompile project(path:':moonlight-common', configuration:'debug')
releaseCompile project(path:':moonlight-common', configuration:'release')
} }

@ -1 +1 @@
Subproject commit 23f001e5e36ebc9da1937f08445a48e1eb9877d0 Subproject commit 4e0bffc0b3c3ec5a0b74c01ae84f4bd69cff52d7