Commit d2b8af6
committed
Replace unmaintained
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-propertiesandroid-properties crate with ndk API1 parent 1652ebb commit d2b8af6
3 files changed
+11
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
855 | 855 | | |
856 | 856 | | |
857 | 857 | | |
858 | | - | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
859 | 862 | | |
860 | | - | |
861 | | - | |
862 | | - | |
863 | | - | |
864 | | - | |
865 | | - | |
866 | | - | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
867 | 866 | | |
868 | 867 | | |
869 | 868 | | |
| |||
0 commit comments