mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 19:13:03 +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:
parent
0ecf86c7ed
commit
f5680b59a5
@ -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')
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 23f001e5e36ebc9da1937f08445a48e1eb9877d0
|
||||
Subproject commit 4e0bffc0b3c3ec5a0b74c01ae84f4bd69cff52d7
|
Loading…
x
Reference in New Issue
Block a user