You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
readme: Document compatibility with NDK r25 and remove workaround mention (rust-mobile#354)
NDK r25 works just as well as r24, and is the current LTS. There are no
other releases planned between it and r26 launching in 2023, and
scheduled to be the next NDK.
The mention of our workaround is irrelevant given that it's something we
deal with for the user in the background, and the feature has evolved
many times through multiple PRs. This allows us to drop the beta notion
for r23 which is long deprecated by now.
Copy file name to clipboardexpand all lines: README.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ See [`ndk-examples`](./ndk-examples) for examples using the NDK and the README f
19
19
20
20
`android-ndk-rs` aims to support at least the `LTS` and `Rolling Release` branches of the NDK, as described on [their wiki](https://github.com/android/ndk/wiki#supported-downloads). Additionally the `Beta Release` might be supported to prepare for an upcoming release.
21
21
22
-
As of writing (2021-07-24) the following NDKs are tested:
22
+
As of writing (2022-10-10) the following NDKs are tested:
0 commit comments