Skip to content

[dependabot]: Bump the test-dependencies group across 15 directories with 7 updates - #9736

Merged
auto-submit[bot] merged 20 commits into
mainfrom
dependabot/gradle/packages/camera/camera_android/android/test-dependencies-28be469551
Aug 7, 2025
Merged

[dependabot]: Bump the test-dependencies group across 15 directories with 7 updates#9736
auto-submit[bot] merged 20 commits into
mainfrom
dependabot/gradle/packages/camera/camera_android/android/test-dependencies-28be469551

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 4, 2025

Copy link
Copy Markdown
Contributor

In addition to the robot changes below. I (@reidbaker) Also updated the kotin version to 2.2.0 (using flutter analyze --suggestions), removed jetifier usage from hardcoded to true to not set which defaults to false (this was done in url launcher at least a year ago), and modified FileUtilsTest in file_selector_android and FileUtilsTest in image_picker_android to not set mimeTypeMap for android s and above as roboletrics handles that for you. In shared_preferences_android kotlin warned that it was taking a private variable and making it package private in the jvm because an inner class was accessing sharedPreferencesDataStore so I changed the scope to the compile time scope.

Bumps the test-dependencies group with 2 updates in the /packages/camera/camera_android/android directory: androidx.test:core and org.robolectric:robolectric.
Bumps the test-dependencies group with 3 updates in the /packages/camera/camera_android_camerax/android directory: androidx.test:core, org.robolectric:robolectric and org.mockito:mockito-core.
Bumps the test-dependencies group with 2 updates in the /packages/file_selector/file_selector_android/android directory: androidx.test:core and org.robolectric:robolectric.
Bumps the test-dependencies group with 1 update in the /packages/flutter_plugin_android_lifecycle/android directory: org.mockito:mockito-core.
Bumps the test-dependencies group with 4 updates in the /packages/google_maps_flutter/google_maps_flutter_android/android directory: androidx.test:core, org.robolectric:robolectric, org.mockito:mockito-core and androidx.test:runner.
Bumps the test-dependencies group with 3 updates in the /packages/image_picker/image_picker_android/android directory: androidx.test:core, org.robolectric:robolectric and org.mockito:mockito-core.
Bumps the test-dependencies group with 4 updates in the /packages/in_app_purchase/in_app_purchase_android/android directory: androidx.test:core, org.robolectric:robolectric, org.mockito:mockito-core and androidx.test:runner.
Bumps the test-dependencies group with 3 updates in the /packages/local_auth/local_auth_android/android directory: org.robolectric:robolectric, androidx.test:runner and androidx.test:rules.
Bumps the test-dependencies group with 1 update in the /packages/pigeon/platform_tests/alternate_language_test_plugin/android directory: org.mockito:mockito-core.
Bumps the test-dependencies group with 1 update in the /packages/pigeon/platform_tests/test_plugin/android directory: io.mockk:mockk.
Bumps the test-dependencies group with 1 update in the /packages/quick_actions/quick_actions_android/android directory: org.mockito:mockito-core.
Bumps the test-dependencies group with 3 updates in the /packages/shared_preferences/shared_preferences_android/android directory: org.robolectric:robolectric, io.mockk:mockk and androidx.test:core-ktx.
Bumps the test-dependencies group with 3 updates in the /packages/url_launcher/url_launcher_android/android directory: androidx.test:core, org.robolectric:robolectric and org.mockito:mockito-core.
Bumps the test-dependencies group with 2 updates in the /packages/video_player/video_player_android/android directory: androidx.test:core and org.robolectric:robolectric.
Bumps the test-dependencies group with 2 updates in the /packages/webview_flutter/webview_flutter_android/android directory: androidx.test:core and org.mockito:mockito-core.

Updates androidx.test:core from 1.6.1 to 1.7.0

Updates org.robolectric:robolectric from 4.14.1 to 4.15.1

Release notes

Sourced from org.robolectric:robolectric's releases.

Robolectric 4.15.1 is a minor release that fixes robolectric/robolectric#9595, where the onClick handler now being invoked in Compose on certain API levels. Thanks to @​GisoBartels for the fix.

It also fixes robolectric/robolectric#10419, where a Java 16 dependency was added to Robolectric, even though many API levels should support Java 11. Thanks to @​yschimke for the report and @​utzcoz for the fix.

Full Changelog: robolectric/robolectric@robolectric-4.15...robolectric-4.15.1

Robolectric 4.15 contains a lot of minor improvements, fidelity improvements, bug fixes, and shadow API enhancements. It also introduces the Robolectric Simulator, which makes it possible to launch an interactive preview of Android UI in a Robolectric environment.

NOTE Robolectric 4.15 does NOT support Android Baklava (SDK 36). Baklava will be supported in Robolectric 4.16.

If you encounter any issues, please file them on the GitHub issues page.

A huge thanks to @​MGaetan89 and @​utzcoz for all of their hard work that went into this release.

What's Changed

The following symbols have been removed in Robolectric 4.15.

Removed symbolReplacement
AndroidManifest#supportsLegacyResourcesMode()N/A
AndroidManifest#supportsBinaryResourcesMode()N/A
ConfigMergerProvider<Config>
DependencyResolver#getLocalArtifactUrls(DependencyJar)DependencyResolver#getLocalArtifactUrl(DependencyJar)
Fs#fileFromPath(String path)Fs#fromUrl(path)
Fs#newFile(File file)file.toPath()
FsFile#getPath()Fs#externalize(this)
FsFile#join(String name)this.resolve(name)
InvokeDynamicClassInstrumentorClassInstrumentor
ManifestIdentifier(Path, Path, Path, String, List<Path>)ManifestIdentifier(String, Path, Path, Path, List<ManifestIdentifier>)
MavenManifestFactoryN/A
PackageItemData#getClassName()PackageItemData#getName()
Provider<T>javax.inject.Provider<T>
Qualifiers#addScreenWidth(String, int)Configuration#screenWidthDp
Qualifiers#addSmallestScreenWidth(String, int)Configuration#smallestScreenWidthDp
Qualifiers#getOrientation(String)Configuration#orientation
Qualifiers#getPlatformVersion(String)Build.VERSION#SDK_INT
Qualifiers#getScreenWidth(String)Configuration#screenWidthDp
Qualifiers#getSmallestScreenWidth(String)Configuration#smallestScreenWidthDp
RoboSettingsSet the specific system property directly
Scheduler#idleConstantly(boolean)Scheduler#setIdleState(IdleState)
SdkPickerDefaultSdkPicker
ShadowApplication#addWakeLock(PowerManager.WakeLock wl)ShadowPowerManager.addWakeLock(wl)
ShadowApplication#clearWakeLocks()ShadowPowerManager.clearWakeLocks()
ShadowApplication#getAppWidgetManager()Context#getSystemService(Context.APPWIDGET_SERVICE)
ShadowApplication#getBluetoothAdapter()BluetoothManager#getAdapter()
ShadowApplication#getForegroundThreadScheduler()Robolectric.getForegroundThreadScheduler()
ShadowApplication#getInstance()shadowOf(RuntimeEnvironment.getApplication())
ShadowApplication#getLatestWakeLock()ShadowPowerManager.getLatestWakeLock()
ShadowMap#convertToShadowName(String)N/A

... (truncated)

Commits
  • 465e599 Bump version to 4.15.1
  • 65b94a5 Added implementation for Path.op
  • b71ecbe Replace Stream#toList to Stream#collect(Collectors.toList())
  • 8f17828 Bump simulator-gradle-plugin version to 1.0.2
  • c52d36e Bump version to 4.15.
  • 99c40df Add more information to the generated POM file
  • d4e855a Fix Javadoc for ShadowPausedLooper
  • 189e022 Add missing deprecations to some Config.Builder methods
  • aa17350 Revert "Remove deprecated Config#packageName()"
  • 49a8c19 Revert "Remove deprecated Config#resourceDir()"
  • Additional commits viewable in compare view

Updates androidx.test:core from 1.6.1 to 1.7.0

Updates org.robolectric:robolectric from 4.14.1 to 4.15.1

Release notes

Sourced from org.robolectric:robolectric's releases.

Robolectric 4.15.1 is a minor release that fixes robolectric/robolectric#9595, where the onClick handler now being invoked in Compose on certain API levels. Thanks to @​GisoBartels for the fix.

It also fixes robolectric/robolectric#10419, where a Java 16 dependency was added to Robolectric, even though many API levels should support Java 11. Thanks to @​yschimke for the report and @​utzcoz for the fix.

Full Changelog: robolectric/robolectric@robolectric-4.15...robolectric-4.15.1

Robolectric 4.15 contains a lot of minor improvements, fidelity improvements, bug fixes, and shadow API enhancements. It also introduces the Robolectric Simulator, which makes it possible to launch an interactive preview of Android UI in a Robolectric environment.

NOTE Robolectric 4.15 does NOT support Android Baklava (SDK 36). Baklava will be supported in Robolectric 4.16.

If you encounter any issues, please file them on the GitHub issues page.

A huge thanks to @​MGaetan89 and @​utzcoz for all of their hard work that went into this release.

What's Changed

The following symbols have been removed in Robolectric 4.15.

Removed symbolReplacement
AndroidManifest#supportsLegacyResourcesMode()N/A
AndroidManifest#supportsBinaryResourcesMode()N/A
ConfigMergerProvider<Config>
DependencyResolver#getLocalArtifactUrls(DependencyJar)DependencyResolver#getLocalArtifactUrl(DependencyJar)
Fs#fileFromPath(String path)Fs#fromUrl(path)
Fs#newFile(File file)file.toPath()
FsFile#getPath()Fs#externalize(this)
FsFile#join(String name)this.resolve(name)
InvokeDynamicClassInstrumentorClassInstrumentor
ManifestIdentifier(Path, Path, Path, String, List<Path>)ManifestIdentifier(String, Path, Path, Path, List<ManifestIdentifier>)
MavenManifestFactoryN/A
PackageItemData#getClassName()PackageItemData#getName()
Provider<T>javax.inject.Provider<T>
Qualifiers#addScreenWidth(String, int)Configuration#screenWidthDp
Qualifiers#addSmallestScreenWidth(String, int)Configuration#smallestScreenWidthDp
Qualifiers#getOrientation(String)Configuration#orientation
Qualifiers#getPlatformVersion(String)Build.VERSION#SDK_INT
Qualifiers#getScreenWidth(String)Configuration#screenWidthDp
Qualifiers#getSmallestScreenWidth(String)Configuration#smallestScreenWidthDp
RoboSettingsSet the specific system property directly
Scheduler#idleConstantly(boolean)Scheduler#setIdleState(IdleState)
SdkPickerDefaultSdkPicker
ShadowApplication#addWakeLock(PowerManager.WakeLock wl)ShadowPowerManager.addWakeLock(wl)
ShadowApplication#clearWakeLocks()ShadowPowerManager.clearWakeLocks()
ShadowApplication#getAppWidgetManager()Context#getSystemService(Context.APPWIDGET_SERVICE)
ShadowApplication#getBluetoothAdapter()BluetoothManager#getAdapter()
ShadowApplication#getForegroundThreadScheduler()Robolectric.getForegroundThreadScheduler()
ShadowApplication#getInstance()shadowOf(RuntimeEnvironment.getApplication())
ShadowApplication#getLatestWakeLock()ShadowPowerManager.getLatestWakeLock()
ShadowMap#convertToShadowName(String)N/A

... (truncated)

Commits
  • 465e599 Bump version to 4.15.1
  • 65b94a5 Added implementation for Path.op
  • b71ecbe Replace Stream#toList to Stream#collect(Collectors.toList())
  • 8f17828 Bump simulator-gradle-plugin version to 1.0.2
  • c52d36e Bump version to 4.15.
  • 99c40df Add more information to the generated POM file
  • d4e855a Fix Javadoc for ShadowPausedLooper
  • 189e022 Add missing deprecations to some Config.Builder methods
  • aa17350 Revert "Remove deprecated Config#packageName()"
  • 49a8c19 Revert "Remove deprecated Config#resourceDir()"
  • Additional commits viewable in compare view

Updates androidx.test:core from 1.6.1 to 1.7.0

Updates org.robolectric:robolectric from 4.14.1 to 4.15.1

Release notes

Sourced from org.robolectric:robolectric's releases.

Robolectric 4.15.1 is a minor release that fixes robolectric/robolectric#9595, where the onClick handler now being invoked in Compose on certain API levels. Thanks to @​GisoBartels for the fix.

It also fixes robolectric/robolectric#10419, where a Java 16 dependency was added to Robolectric, even though many API levels should support Java 11. Thanks to @​yschimke for the report and @​utzcoz for the fix.

Full Changelog: robolectric/robolectric@robolectric-4.15...robolectric-4.15.1

Robolectric 4.15 contains a lot of minor improvements, fidelity improvements, bug fixes, and shadow API enhancements. It also introduces the Robolectric Simulator, which makes it possible to launch an interactive preview of Android UI in a Robolectric environment.

NOTE Robolectric 4.15 does NOT support Android Baklava (SDK 36). Baklava will be supported in Robolectric 4.16.

If you encounter any issues, please file them on the GitHub issues page.

A huge thanks to @​MGaetan89 and @​utzcoz for all of their hard work that went into this release.

What's Changed

The following symbols have been removed in Robolectric 4.15.

Removed symbolReplacement
AndroidManifest#supportsLegacyResourcesMode()N/A
AndroidManifest#supportsBinaryResourcesMode()N/A
ConfigMergerProvider<Config>
DependencyResolver#getLocalArtifactUrls(DependencyJar)DependencyResolver#getLocalArtifactUrl(DependencyJar)
Fs#fileFromPath(String path)Fs#fromUrl(path)
Fs#newFile(File file)file.toPath()
FsFile#getPath()Fs#externalize(this)
FsFile#join(String name)this.resolve(name)
InvokeDynamicClassInstrumentorClassInstrumentor
ManifestIdentifier(Path, Path, Path, String, List<Path>)ManifestIdentifier(String, Path, Path, Path, List<ManifestIdentifier>)
MavenManifestFactoryN/A
PackageItemData#getClassName()PackageItemData#getName()
Provider<T>javax.inject.Provider<T>
Qualifiers#addScreenWidth(String, int)Configuration#screenWidthDp
Qualifiers#addSmallestScreenWidth(String, int)Configuration#smallestScreenWidthDp
Qualifiers#getOrientation(String)Configuration#orientation
Qualifiers#getPlatformVersion(String)Build.VERSION#SDK_INT
Qualifiers#getScreenWidth(String)Configuration#screenWidthDp
Qualifiers#getSmallestScreenWidth(String)Configuration#smallestScreenWidthDp
RoboSettingsSet the specific system property directly
Scheduler#idleConstantly(boolean)Scheduler#setIdleState(IdleState)
SdkPickerDefaultSdkPicker
ShadowApplication#addWakeLock(PowerManager.WakeLock wl)ShadowPowerManager.addWakeLock(wl)
ShadowApplication#clearWakeLocks()ShadowPowerManager.clearWakeLocks()
ShadowApplication#getAppWidgetManager()Context#getSystemService(Context.APPWIDGET_SERVICE)
ShadowApplication#getBluetoothAdapter()BluetoothManager#getAdapter()
ShadowApplication#getForegroundThreadScheduler()Robolectric.getForegroundThreadScheduler()
ShadowApplication#getInstance()shadowOf(RuntimeEnvironment.getApplication())
ShadowApplication#getLatestWakeLock()ShadowPowerManager.getLatestWakeLock()
ShadowMap#convertToShadowName(String)N/A

... (truncated)

Commits
  • 465e599 Bump version to 4.15.1
  • 65b94a5 Added implementation for Path.op
  • b71ecbe Replace Stream#toList to Stream#collect(Collectors.toList())
  • 8f17828 Bump simulator-gradle-plugin version to 1.0.2
  • c52d36e Bump version to 4.15.
  • 99c40df Add more information to the generated POM file
  • d4e855a Fix Javadoc for ShadowPausedLooper
  • 189e022 Add missing deprecations to some Config.Builder methods
  • aa17350 Revert "Remove deprecated Config#packageName()"
  • 49a8c19 Revert "Remove deprecated Config#resourceDir()"
  • Additional commits viewable in compare view

Updates androidx.test:core from 1.6.1 to 1.7.0

Updates org.robolectric:robolectric from 4.14.1 to 4.15.1

Release notes

Sourced from org.robolectric:robolectric's releases.

Robolectric 4.15.1 is a minor release that fixes robolectric/robolectric#9595, where the onClick handler now being invoked in Compose on certain API levels. Thanks to @​GisoBartels for the fix.

It also fixes robolectric/robolectric#10419, where a Java 16 dependency was added to Robolectric, even though many API levels should support Java 11. Thanks to @​yschimke for the report and @​utzcoz for the fix.

Full Changelog: robolectric/robolectric@robolectric-4.15...robolectric-4.15.1

Robolectric 4.15 contains a lot of minor improvements, fidelity improvements, bug fixes, and shadow API enhancements. It also introduces the Robolectric Simulator, which makes it possible to launch an interactive preview of Android UI in a Robolectric environment.

NOTE Robolectric 4.15 does NOT support Android Baklava (SDK 36). Baklava will be supported in Robolectric 4.16.

If you encounter any issues, please file them on the GitHub issues page.

A huge thanks to @​MGaetan89 and @​utzcoz for all of their hard work that went into this release.

What's Changed

The following symbols have been removed in Robolectric 4.15.

Removed symbolReplacement
AndroidManifest#supportsLegacyResourcesMode()N/A
AndroidManifest#supportsBinaryResourcesMode()N/A
ConfigMergerProvider<Config>
DependencyResolver#getLocalArtifactUrls(DependencyJar)DependencyResolver#getLocalArtifactUrl(DependencyJar)
Fs#fileFromPath(String path)Fs#fromUrl(path)
Fs#newFile(File file)file.toPath()
FsFile#getPath()Fs#externalize(this)
FsFile#join(String name)this.resolve(name)
InvokeDynamicClassInstrumentorClassInstrumentor
ManifestIdentifier(Path, Path, Path, String, List<Path>)ManifestIdentifier(String, Path, Path, Path, List<ManifestIdentifier>)
MavenManifestFactoryN/A
PackageItemData#getClassName()PackageItemData#getName()
Provider<T>javax.inject.Provider<T>
Qualifiers#addScreenWidth(String, int)Configuration#screenWidthDp
Qualifiers#addSmallestScreenWidth(String, int)Configuration#smallestScreenWidthDp
Qualifiers#getOrientation(String)Configuration#orientation
Qualifiers#getPlatformVersion(String)Build.VERSION#SDK_INT
Qualifiers#getScreenWidth(String)Configuration#screenWidthDp
Qualifiers#getSmallestScreenWidth(String)Configuration#smallestScreenWidthDp
RoboSettingsSet the specific system property directly
Scheduler#idleConstantly(boolean)Scheduler#setIdleState(IdleState)
SdkPickerDefaultSdkPicker
ShadowApplication#addWakeLock(PowerManager.WakeLock wl)ShadowPowerManager.addWakeLock(wl)
ShadowApplication#clearWakeLocks()ShadowPowerManager.clearWakeLocks()
ShadowApplication#getAppWidgetManager()Context#getSystemService(Context.APPWIDGET_SERVICE)
ShadowApplication#getBluetoothAdapter()BluetoothManager#getAdapter()
ShadowApplication#getForegroundThreadScheduler()Robolectric.getForegroundThreadScheduler()
ShadowApplication#getInstance()shadowOf(RuntimeEnvironment.getApplication())
ShadowApplication#getLatestWakeLock()ShadowPowerManager.getLatestWakeLock()
ShadowMap#convertToShadowName(String)N/A

... (truncated)

Commits
  • 465e599 Bump version to 4.15.1
  • 65b94a5 Added implementation for Path.op
  • b71ecbe Replace Stream#toList to Stream#collect(Collectors.toList())
  • 8f17828 Bump simulator-gradle-plugin version to 1.0.2
  • c52d36e Bump version to 4.15.
  • 99c40df Add more information to the generated POM file
  • d4e855a Fix Javadoc for ShadowPausedLooper
  • 189e022 Add missing deprecations to some Config.Builder methods
  • aa17350 Revert "Remove deprecated Config#packageName()"
  • 49a8c19 Revert "Remove deprecated Config#resourceDir()"
  • Additional commits viewable in compare view

Updates androidx.test:core from 1.6.1 to 1.7.0

Updates org.robolectric:robolectric from 4.14.1 to 4.15.1

Release notes

Sourced from org.robolectric:robolectric's releases.

Robolectric 4.15.1 is a minor release that fixes robolectric/robolectric#9595, where the onClick handler now being invoked in Compose on certain API levels. Thanks to @​GisoBartels for the fix.

It also fixes robolectric/robolectric#10419, where a Java 16 dependency was added to Robolectric, even though many API levels should support Java 11. Thanks to @​yschimke for the report and @​utzcoz for the fix.

Full Changelog: robolectric/robolectric@robolectric-4.15...robolectric-4.15.1

Robolectric 4.15 contains a lot of minor improvements, fidelity improvements, bug fixes, and shadow API enhancements. It also introduces the Robolectric Simulator, which makes it possible to launch an interactive preview of Android UI in a Robolectric environment.

NOTE Robolectric 4.15 does NOT support Android Baklava (SDK 36). Baklava will be supported in Robolectric 4.16.

If you encounter any issues, please file them on the GitHub issues page.

A huge thanks to @​MGaetan89 and @​utzcoz for all of their hard work that went into this release.

What's Changed

The following symbols have been removed in Robolectric 4.15.

Removed symbolReplacement
AndroidManifest#supportsLegacyResourcesMode()N/A
AndroidManifest#supportsBinaryResourcesMode()N/A
ConfigMergerProvider<Config>
DependencyResolver#getLocalArtifactUrls(DependencyJar)DependencyResolver#getLocalArtifactUrl(DependencyJar)
Fs#fileFromPath(String path)Fs#fromUrl(path)
Fs#newFile(File file)file.toPath()
FsFile#getPath()Fs#externalize(this)
FsFile#join(String name)this.resolve(name)
InvokeDynamicClassInstrumentorClassInstrumentor
ManifestIdentifier(Path, Path, Path, String, List<Path>)ManifestIdentifier(String, Path, Path, Path, List<ManifestIdentifier>)
MavenManifestFactoryN/A
PackageItemData#getClassName()PackageItemData#getName()
Provider<T>javax.inject.Provider<T>
Qualifiers#addScreenWidth(String, int)Configuration#screenWidthDp
Qualifiers#addSmallestScreenWidth(String, int)Configuration#smallestScreenWidthDp
Qualifiers#getOrientation(String)Configuration#orientation
Qualifiers#getPlatformVersion(String)Build.VERSION#SDK_INT
Qualifiers#getScreenWidth(String)Configuration#screenWidthDp
Qualifiers#getSmallestScreenWidth(String)Configuration#smallestScreenWidthDp
RoboSettingsSet the specific system property directly
Scheduler#idleConstantly(boolean)Scheduler#setIdleState(IdleState)
SdkPickerDefaultSdkPicker
ShadowApplication#addWakeLock(PowerManager.WakeLock wl)ShadowPowerManager.addWakeLock(wl)
ShadowApplication#clearWakeLocks()ShadowPowerManager.clearWakeLocks()
ShadowApplication#getAppWidgetManager()Context#getSystemService(Context.APPWIDGET_SERVICE)
ShadowApplication#getBluetoothAdapter()BluetoothManager#getAdapter()
ShadowApplication#getForegroundThreadScheduler()Robolectric.getForegroundThreadScheduler()
ShadowApplication#getInstance()shadowOf(RuntimeEnvironment.getApplication())
ShadowApplication#getLatestWakeLock()ShadowPowerManager.getLatestWakeLock()
ShadowMap#convertToShadowName(String)N/A

... (truncated)

Commits
  • 465e599 Bump version to 4.15.1
  • 65b94a5 Added implementation for Path.op
  • b71ecbe Replace Stream#toList to Stream#collect(Collectors.toList())
  • 8f17828 Bump simulator-gradle-plugin version to 1.0.2
  • c52d36e Bump version to 4.15.
  • 99c40df Add more information to the generated POM file
  • d4e855a Fix Javadoc for ShadowPausedLooper
  • 189e022 Add missing deprecations to some Config.Builder methods
  • aa17350 Revert "Remove deprecated Config#packageName()"
  • 49a8c19 Revert "Remove deprecated Config#resourceDir()"
  • Additional commits viewable in compare view

Updates androidx.test:core from 1.6.1 to 1.7.0

Updates org.robolectric:robolectric from 4.14.1 to 4.15.1

Release notes

Sourced from org.robolectric:robolectric's releases.

Robolectric 4.15.1 is a minor release that fixes robolectric/robolectric#9595, where the onClick handler now being invoked in Compose on certain API levels. Thanks to @​GisoBartels for the fix.

It also fixes robolectric/robolectric#10419, where a Java 16 dependency was added to Robolectric, even though many API levels should support Java 11. Thanks to @​yschimke for the report and @​utzcoz for the fix.

Full Changelog: robolectric/robolectric@robolectric-4.15...robolectric-4.15.1

Robolectric 4.15 contains a lot of minor improvements, fidelity improvements, bug fixes, and shadow API enhancements. It also introduces the Robolectric Simulator, which makes it possible to launch an interactive preview of Android UI in a Robolectric environment.

NOTE Robolectric 4.15 does NOT support Android Baklava (SDK 36). Baklava will be supported in Robolectric 4.16.

If you encounter any issues, please file them on the GitHub issues page.

A huge thanks to @​MGaetan89 and @​utzcoz for all of their hard work that went into this release.

What's Changed

The following symbols have been removed in Robolectric 4.15.

Removed symbolReplacement
AndroidManifest#supportsLegacyResourcesMode()N/A
AndroidManifest#supportsBinaryResourcesMode()N/A
ConfigMergerProvider<Config>
DependencyResolver#getLocalArtifactUrls(DependencyJar)DependencyResolver#getLocalArtifactUrl(DependencyJar)
Fs#fileFromPath(String path)Fs#fromUrl(path)
Fs#newFile(File file)file.toPath()
FsFile#getPath()Fs#externalize(this)
FsFile#join(String name)this.resolve(name)
InvokeDynamicClassInstrumentorClassInstrumentor
ManifestIdentifier(Path, Path, Path, String, List<Path>)ManifestIdentifier(String, Path, Path, Path, List<ManifestIdentifier>)
MavenManifestFactoryN/A
PackageItemData#getClassName()PackageItemData#getName()
Provider<T>javax.inject.Provider<T>
Qualifiers#addScreenWidth(String, int)Configuration#screenWidthDp
Qualifiers#addSmallestScreenWidth(String, int)Configuration#smallestScreenWidthDp
Qualifiers#getOrientation(String)Configuration#orientation
Qualifiers#getPlatformVersion(String)Build.VERSION#SDK_INT
Qualifiers#getScreenWidth(String)Configuration#screenWidthDp
Qualifiers#getSmallestScreenWidth(String)Configuration#smallestScreenWidthDp
RoboSettingsSet the specific system property directly
Scheduler#idleConstantly(boolean)Scheduler#setIdleState(IdleState)
SdkPickerDefaultSdkPicker
ShadowApplication#addWakeLock(PowerManager.WakeLock wl)ShadowPowerManager.addWakeLock(wl)
ShadowApplication#clearWakeLocks()ShadowPowerManager.clearWakeLocks()
ShadowApplication#getAppWidgetManager()Context#getSystemService(Context.APPWIDGET_SERVICE)
ShadowApplication#getBluetoothAdapter()BluetoothManager#getAdapter()
ShadowApplication#getForegroundThreadScheduler()Robolectric.getForegroundThreadScheduler()
ShadowApplication#getInstance()shadowOf(RuntimeEnvironment.getApplication())
ShadowApplication#getLatestWakeLock()ShadowPowerManager.getLatestWakeLock()
ShadowMap#convertToShadowName(String)N/A

... (truncated)

Commits
  • 465e599 Bump version to 4.15.1
  • 65b94a5 Added implementation for Path.op
  • b71ecbe Replace Stream#toList to Stream#collect(Collectors.toList())
  • 8f17828 Bump simulator-gradle-plugin version to 1.0.2
  • c52d36e Bump version to 4.15.
  • 99c40df Add more information to the generated POM file
  • d4e855a Fix Javadoc for ShadowPausedLooper
  • 189e022 Add missing deprecations to some Config.Builder methods
  • aa17350 Revert "Remove deprecated Config#packageName()"
  • 49a8c19 Revert "Remove deprecated Config#resourceDir()"
  • Additional commits viewable in compare view

Updates org.robolectric:robolectric from 4.14.1 to 4.15.1

Release notes

Sourced from org.robolectric:robolectric's releases.

Robolectric 4.15.1 is a minor release that fixes robolectric/robolectric#9595, where the onClick handler now being invoked in Compose on certain API levels. Thanks to @​GisoBartels for the fix.

It also fixes robolectric/robolectric#10419, where a Java 16 dependency was added to Robolectric, even though many API levels should support Java 11. Thanks to @​yschimke for the report and @​utzcoz for the fix.

Full Changelog: robolectric/robolectric@robolectric-4.15...robolectric-4.15.1

Robolectric 4.15 contains a lot of minor improvements, fidelity improvements, bug fixes, and shadow API enhancements. It also introduces the Robolectric Simulator, which makes it possible to launch an interactive preview of Android UI in a Robolectric environment.

NOTE Robolectric 4.15 does NOT support Android Baklava (SDK 36). Baklava will be supported in Robolectric 4.16.

If you encounter any issues, please file them on the GitHub issues page.

A huge thanks to @​MGaetan89 and @​utzcoz for all of their hard work that went into this release.

What's Changed

The following symbols have been removed in Robolectric 4.15.

Removed symbolReplacement
AndroidManifest#supportsLegacyResourcesMode()N/A
AndroidManifest#supportsBinaryResourcesMode()N/A
ConfigMergerProvider<Config>
DependencyResolver#getLocalArtifactUrls(DependencyJar)DependencyResolver#getLocalArtifactUrl(DependencyJar)
Fs#fileFromPath(String path)Fs#fromUrl(path)
Fs#newFile(File file)file.toPath()
FsFile#getPath()Fs#externalize(this)
FsFile#join(String name)this.resolve(name)
InvokeDynamicClassInstrumentorClassInstrumentor
ManifestIdentifier(Path, Path, Path, String, List<Path>)ManifestIdentifier(String, Path, Path, Path, List<ManifestIdentifier>)
MavenManifestFactoryN/A
PackageItemData#getClassName()PackageItemData#getName()
Provider<T>javax.inject.Provider<T>
Qualifiers#addScreenWidth(String, int)Configuration#screenWidthDp
Qualifiers#addSmallestScreenWidth(String, int)Configuration#smallestScreenWidthDp
Qualifiers#getOrientation(String)Configuration#orientation
Qualifiers#getPlatformVersion(String)Build.VERSION#SDK_INT
Qualifiers#getScreenWidth(String)Configuration#screenWidthDp
Qualifiers#getSmallestScreenWidth(String)Configuration#smallestScreenWidthDp
RoboSettingsSet the specific system property directly
Scheduler#idleConstantly(boolean)Scheduler#setIdleState(IdleState)
SdkPickerDefaultSdkPicker
ShadowApplication#addWakeLock(PowerManager.WakeLock wl)ShadowPowerManager.addWakeLock(wl)
ShadowApplication#clearWakeLocks()ShadowPowerManager.clearWakeLocks()
ShadowApplication#getAppWidgetManager()Context#getSystemService(Context.APPWIDGET_SERVICE)
ShadowApplication#getBluetoothAdapter()BluetoothManager#getAdapter()
ShadowApplication#getForegroundThreadScheduler()Robolectric.getForegroundThreadScheduler()
ShadowApplication#getInstance()shadowOf(RuntimeEnvironment.getApplication())
ShadowApplication#getLatestWakeLock()ShadowPowerManager.getLatestWakeLock()
ShadowMap#convertToShadowName(String)N/A

... (truncated)

Commits
  • 465e599 Bump version to 4.15.1
  • 65b94a5 Added implementation for Path.op
  • b71ecbe Replace Stream#toList to Stream#collect(Collectors.toList())
  • 8f17828 Bump simulator-gradle-plugin version to 1.0.2
  • c52d36e Bump version to 4.15.
  • 99c40df Add more information to the generated POM file
  • d4e855a Fix Javadoc for ShadowPausedLooper
  • 189e022 Add missing deprecations to some Config.Builder methods
  • aa17350 Revert "Remove deprecated Config#packageName()"
  • 49a8c19 Revert "Remove deprecated Config#resourceDir()"
  • Additional commits viewable in compare view

Updates org.robolectric:robolectric from 4.14.1 to 4.15.1

Release notes

Sourced from org.robolectric:robolectric's releases.

Robolectric 4.15.1 is a minor release that fixes robolectric/robolectric#9595, where the onClick handler now being invoked in Compose on certain API levels. Thanks to @​GisoBartels for the fix.

It also fixes robolectric/robolectric#10419, where a Java 16 dependency was added to Robolectric, even though many API levels should support Java 11. Thanks to @​yschimke for the report and @​utzcoz for the fix.

Full Changelog: robolectric/robolectric@robolectric-4.15...robolectric-4.15.1

Robolectric 4.15 contains a lot of minor improvements, fidelity improvements, bug fixes, and shadow API enhancements. It also introduces the Robolectric Simulator, which makes it possible to launch an interactive preview of Android UI in a Robolectric environment.

NOTE Robolectric 4.15 does NOT support Android Baklava (SDK 36). Baklava will be supported in Robolectric 4.16.

If you encounter any issues, please file them on the GitHub issues page.

A huge thanks to @​MGaetan89 and @​utzcoz for all of their hard work that went into this release.

What's Changed

The following symbols have been removed in Robolectric 4.15.

Removed symbolReplacement
AndroidManifest#supportsLegacyResourcesMode()N/A
AndroidManifest#supportsBinaryResourcesMode()N/A
ConfigMergerProvider<Config>
DependencyResolver#getLocalArtifactUrls(DependencyJar)DependencyResolver#getLocalArtifactUrl(DependencyJar)
Fs#fileFromPath(String path)Fs#fromUrl(path)
Fs#newFile(File file)file.toPath()
FsFile#getPath()Fs#externalize(this)
FsFile#join(String name)this.resolve(name)
InvokeDynamicClassInstrumentorClassInstrumentor
ManifestIdentifier(Path, Path, Path, String, List<Path>)ManifestIdentifier(String, Path, Path, Path, List<ManifestIdentifier>)
MavenManifestFactoryN/A
PackageItemData#getClassName()PackageItemData#getName()
Provider<T>javax.inject.Provider<T>
Qualifiers#addScreenWidth(String, int)Configuration#screenWidthDp
Qualifiers#addSmallestScreenWidth(String, int)Configuration#smallestScreenWidthDp
Qualifiers#getOrientation(String)Configuration#orientation
Qualifiers#getPlatformVersion(String)Build.VERSION#SDK_INT
Qualifiers#getScreenWidth(String)Configuration#screenWidthDp
Qualifiers#getSmallestScreenWidth(String)Configuration#smallestScreenWidthDp
RoboSettingsSet the specific system property directly
Scheduler#idleConstantly(boolean)Scheduler#setIdleState(IdleState)
SdkPickerDefaultSdkPicker
ShadowApplication#addWakeLock(PowerManager.WakeLock wl)ShadowPowerManager.addWakeLock(wl)
ShadowApplication#clearWakeLocks()ShadowPowerManager.clearWakeLocks()
ShadowApplication#getAppWidgetManager()Context#getSystemService(Context.APPWIDGET_SERVICE)
ShadowApplication#getBluetoothAdapter()BluetoothManager#getAdapter()
ShadowApplication#getForegroundThreadScheduler()Robolectric.getForegroundThreadScheduler()
ShadowApplication#getInstance()shadowOf(RuntimeEnvironment.getApplication())
ShadowApplication#getLatestWakeLock()ShadowPowerManager.getLatestWakeLock()
ShadowMap#convertToShadowName(String)N/A

... (truncated)

Commits
  • 465e599 Bump version to 4.15.1
  • 65b94a5 Added implementation for Path.op
  • b71ecbe Replace Stream#toList to Stream#collect(Collectors.toList())
  • 8f17828 Bump simulator-gradle-plugin version to 1.0.2
  • c52d36e Bump version to 4.15.
  • 99c40df Add more information to the generated POM file

Loading
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@reidbaker@jmagman@chunhtai@fluttergithubbot@tarrinneal