The latest release of ndk.thirdparty:googletest that I can find is 1.11.0-beta-1 from December 2021.
And the latest release of the related androidx library junit-gtest is 1.0.0-alpha02 from May 2023.
Are these still being maintained, or has support for them been dropped?
I'm wondering if it's worth it to keep using these libraries, or if I should switch back to building/running my native unit tests from the command line.
It's pretty convenient to be able to run the tests on device directly from Android Studio. But gtest 1.11.0 is pretty old by now, and junit-gtest seems to lack some features, like filtering/skipping tests.
/Michael