mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2025-12-08 05:05:40 +00:00
Remove Kotlin debug file from Android release builds [ci skip]
This commit is contained in:
parent
9f8e386370
commit
1c0c68ce48
|
|
@ -54,6 +54,12 @@ android {
|
|||
abiFilters 'x86', 'arm64-v8a', 'armeabi-v7a'
|
||||
stl = "c++_shared"
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
resources {
|
||||
excludes += "**/DebugProbesKt.bin"
|
||||
}
|
||||
}
|
||||
}
|
||||
debug {
|
||||
jniDebuggable true
|
||||
|
|
|
|||
Loading…
Reference in a new issue