1 2 3 4 5 6 7 8 9
[package] name = "android-context" version = "0.0.0-dev.0" edition = "2024" description = "Store Android Application and Activity context(s) for global access" license = "MIT" [dependencies] jni = { version = "0.22", default-features = false }