mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-23 08:46:40 +00:00
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:
@@ -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')
|
||||||
}
|
}
|
||||||
|
|||||||
Submodule moonlight-common updated: 23f001e5e3...4e0bffc0b3
Reference in New Issue
Block a user