mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-05-01 01:47:58 +00:00
fix: enable full debug symbols in Rust native bindings
Add debug = 2 to release profile in all three Rust binding crates so AGP can generate native-debug-symbols.zip for Play Store. Also updated RELEASE_GOOGLE_OAUTH_ID secret to correct Android client ID (was incorrectly set to Web client type). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -16,6 +16,7 @@ jni = { version = "0.17.0", default-features = false }
|
||||
|
||||
[profile.release]
|
||||
strip = false
|
||||
debug = 2
|
||||
lto = true
|
||||
opt-level = "s"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user