mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-07-23 00:15:53 +00:00
e43bb7a595
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>
22 lines
369 B
TOML
22 lines
369 B
TOML
[package]
|
|
authors = ['PezkuwiChain']
|
|
edition = '2021'
|
|
license = 'Apache 2.0'
|
|
name = "sr25519-bizinikiwi-java"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
schnorrkel = "0.11.4"
|
|
jni = { version = "0.21", default-features = false }
|
|
zeroize = "1.7"
|
|
|
|
[profile.release]
|
|
strip = false
|
|
debug = 2
|
|
lto = true
|
|
opt-level = "s"
|
|
|
|
[lib]
|
|
name = "sr25519_bizinikiwi_java"
|
|
crate_type = ["cdylib"]
|