Matan Lurey 0619d4193f Use non-deprecated replacements for Android JUnit and test instrumentation (flutter/engine#51854)
Just removing some of the noise of walking through Java files in Android Studio, should be a NO-OP[^1].

- `androidx.test.runner.AndroidJUnit4` -> `androidx.test.ext.junit.runners.AndroidJUnit4`
- `androidx.test.InstrumentationRegistry` -> `androidx.test.platform.app.InstrumentationRegistry`

[^1]: Famous last words.
2024-04-03 04:26:14 +00:00
..