Skip to content

Conversation

@MarijnS95
Copy link
Member

I was surprised to find the android-properties crate with almost 8 million downloads; this crate hasn't been updated for almost 5 years and the repository is a public archive.

Turns out the only published user of this crate is android-activity, so all those downloads are pulled in from folks using this crate (mainly through winit) to build Android apps.

Instead of using an unmaintained, archived crate, use the properties wrapper and typed API-level wrappers provided in in an upcoming ndk crate release instead:

I was surprised to find [the `android-properties` crate] with almost 8
*million* downloads; this crate hasn't been updated for almost 5 years
and the repository is a public archive.

Turns out the only published user of this crate is `android-activity`,
so all those downloads are pulled in from folks using this crate (mainly
through `winit`) to build Android apps.

Instead of using an unmaintained, archived crate, use the properties
wrapper and typed API-level wrappers provided in in an upcoming `ndk`
crate release instead:
- rust-mobile/ndk#495
- rust-mobile/ndk#479

[the `android-properties` crate]: https://crates.io/crates/android-properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants