1
0
Fork 0
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:
biroder 2025-01-05 00:47:23 +02:00 committed by GitHub
parent 9f8e386370
commit 1c0c68ce48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,6 +54,12 @@ android {
abiFilters 'x86', 'arm64-v8a', 'armeabi-v7a'
stl = "c++_shared"
}
packagingOptions {
resources {
excludes += "**/DebugProbesKt.bin"
}
}
}
debug {
jniDebuggable true