testing-samples icon indicating copy to clipboard operation
testing-samples copied to clipboard

Update to Robolectric 4.16

Open MGaetan89 opened this issue 5 months ago • 1 comments

I've updated update_versions.sh to update every project to Robolectric 4.16. unit/BasicNativeAndroidTest had outdated dependencies, which have been updated by running this script.

Note: unit/BasicNativeAndroidTest was using the targetSdk property instead of targetSdkVersion. I've changed it so running update_versions.sh also changes it in that project. Note2: the same has been done for minSdk/minSDKVersion in ui/espresso/ScreenshotSample, ui/PreviewScreenshot, and unit/BasicNativeAndroidTest.

Release notes:

MGaetan89 avatar Aug 27 '25 11:08 MGaetan89