Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

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 symbol Replacement
AndroidManifest#supportsLegacyResourcesMode() N/A
AndroidManifest#supportsBinaryResourcesMode() N/A
ConfigMerger Provider<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)
InvokeDynamicClassInstrumentor ClassInstrumentor
ManifestIdentifier(Path, Path, Path, String, List<Path>) ManifestIdentifier(String, Path, Path, Path, List<ManifestIdentifier>)
MavenManifestFactory N/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
RoboSettings Set the specific system property directly
Scheduler#idleConstantly(boolean) Scheduler#setIdleState(IdleState)
SdkPicker DefaultSdkPicker
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 symbol Replacement
AndroidManifest#supportsLegacyResourcesMode() N/A
AndroidManifest#supportsBinaryResourcesMode() N/A
ConfigMerger Provider<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)
InvokeDynamicClassInstrumentor ClassInstrumentor
ManifestIdentifier(Path, Path, Path, String, List<Path>) ManifestIdentifier(String, Path, Path, Path, List<ManifestIdentifier>)
MavenManifestFactory N/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
RoboSettings Set the specific system property directly
Scheduler#idleConstantly(boolean) Scheduler#setIdleState(IdleState)
SdkPicker DefaultSdkPicker
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 symbol Replacement
AndroidManifest#supportsLegacyResourcesMode() N/A
AndroidManifest#supportsBinaryResourcesMode() N/A
ConfigMerger Provider<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)
InvokeDynamicClassInstrumentor ClassInstrumentor
ManifestIdentifier(Path, Path, Path, String, List<Path>) ManifestIdentifier(String, Path, Path, Path, List<ManifestIdentifier>)
MavenManifestFactory N/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
RoboSettings Set the specific system property directly
Scheduler#idleConstantly(boolean) Scheduler#setIdleState(IdleState)
SdkPicker DefaultSdkPicker
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 symbol Replacement
AndroidManifest#supportsLegacyResourcesMode() N/A
AndroidManifest#supportsBinaryResourcesMode() N/A
ConfigMerger Provider<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)
InvokeDynamicClassInstrumentor ClassInstrumentor
ManifestIdentifier(Path, Path, Path, String, List<Path>) ManifestIdentifier(String, Path, Path, Path, List<ManifestIdentifier>)
MavenManifestFactory N/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
RoboSettings Set the specific system property directly
Scheduler#idleConstantly(boolean) Scheduler#setIdleState(IdleState)
SdkPicker DefaultSdkPicker
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 symbol Replacement
AndroidManifest#supportsLegacyResourcesMode() N/A
AndroidManifest#supportsBinaryResourcesMode() N/A
ConfigMerger Provider<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)
InvokeDynamicClassInstrumentor ClassInstrumentor
ManifestIdentifier(Path, Path, Path, String, List<Path>) ManifestIdentifier(String, Path, Path, Path, List<ManifestIdentifier>)
MavenManifestFactory N/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
RoboSettings Set the specific system property directly
Scheduler#idleConstantly(boolean) Scheduler#setIdleState(IdleState)
SdkPicker DefaultSdkPicker
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 symbol Replacement
AndroidManifest#supportsLegacyResourcesMode() N/A
AndroidManifest#supportsBinaryResourcesMode() N/A
ConfigMerger Provider<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)
InvokeDynamicClassInstrumentor ClassInstrumentor
ManifestIdentifier(Path, Path, Path, String, List<Path>) ManifestIdentifier(String, Path, Path, Path, List<ManifestIdentifier>)
MavenManifestFactory N/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
RoboSettings Set the specific system property directly
Scheduler#idleConstantly(boolean) Scheduler#setIdleState(IdleState)
SdkPicker DefaultSdkPicker
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 symbol Replacement
AndroidManifest#supportsLegacyResourcesMode() N/A
AndroidManifest#supportsBinaryResourcesMode() N/A
ConfigMerger Provider<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)
InvokeDynamicClassInstrumentor ClassInstrumentor
ManifestIdentifier(Path, Path, Path, String, List<Path>) ManifestIdentifier(String, Path, Path, Path, List<ManifestIdentifier>)
MavenManifestFactory N/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
RoboSettings Set the specific system property directly
Scheduler#idleConstantly(boolean) Scheduler#setIdleState(IdleState)
SdkPicker DefaultSdkPicker
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 symbol Replacement
AndroidManifest#supportsLegacyResourcesMode() N/A
AndroidManifest#supportsBinaryResourcesMode() N/A
ConfigMerger Provider<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)
InvokeDynamicClassInstrumentor ClassInstrumentor
ManifestIdentifier(Path, Path, Path, String, List<Path>) ManifestIdentifier(String, Path, Path, Path, List<ManifestIdentifier>)
MavenManifestFactory N/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
RoboSettings Set the specific system property directly
Scheduler#idleConstantly(boolean) Scheduler#setIdleState(IdleState)
SdkPicker DefaultSdkPicker
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

…with 7 updates

Bumps the test-dependencies group with 2 updates in the /packages/camera/camera_android/android directory: androidx.test:core and [org.robolectric:robolectric](https://github.com/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](https://github.com/robolectric/robolectric) and [org.mockito:mockito-core](https://github.com/mockito/mockito).
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](https://github.com/robolectric/robolectric).
Bumps the test-dependencies group with 1 update in the /packages/flutter_plugin_android_lifecycle/android directory: [org.mockito:mockito-core](https://github.com/mockito/mockito).
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](https://github.com/robolectric/robolectric), [org.mockito:mockito-core](https://github.com/mockito/mockito) 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](https://github.com/robolectric/robolectric) and [org.mockito:mockito-core](https://github.com/mockito/mockito).
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](https://github.com/robolectric/robolectric), [org.mockito:mockito-core](https://github.com/mockito/mockito) 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](https://github.com/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](https://github.com/mockito/mockito).
Bumps the test-dependencies group with 1 update in the /packages/pigeon/platform_tests/test_plugin/android directory: [io.mockk:mockk](https://github.com/mockk/mockk).
Bumps the test-dependencies group with 1 update in the /packages/quick_actions/quick_actions_android/android directory: [org.mockito:mockito-core](https://github.com/mockito/mockito).
Bumps the test-dependencies group with 3 updates in the /packages/shared_preferences/shared_preferences_android/android directory: [org.robolectric:robolectric](https://github.com/robolectric/robolectric), [io.mockk:mockk](https://github.com/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](https://github.com/robolectric/robolectric) and [org.mockito:mockito-core](https://github.com/mockito/mockito).
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](https://github.com/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](https://github.com/mockito/mockito).


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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `androidx.test:core` from 1.6.1 to 1.7.0

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `androidx.test:core` from 1.6.1 to 1.7.0

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `androidx.test:core` from 1.6.1 to 1.7.0

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `androidx.test:runner` from 1.6.2 to 1.7.0

Updates `androidx.test:rules` from 1.6.1 to 1.7.0

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `androidx.test:runner` from 1.6.2 to 1.7.0

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `androidx.test:runner` from 1.6.2 to 1.7.0

Updates `androidx.test:rules` from 1.6.1 to 1.7.0

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `androidx.test:core` from 1.6.1 to 1.7.0

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `androidx.test:core` from 1.6.1 to 1.7.0

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `androidx.test:runner` from 1.6.2 to 1.7.0

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `androidx.test:runner` from 1.6.2 to 1.7.0

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `androidx.test:runner` from 1.6.2 to 1.7.0

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `androidx.test:runner` from 1.6.2 to 1.7.0

Updates `androidx.test:rules` from 1.6.1 to 1.7.0

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `androidx.test:runner` from 1.6.2 to 1.7.0

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `androidx.test:runner` from 1.6.2 to 1.7.0

Updates `androidx.test:rules` from 1.6.1 to 1.7.0

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `io.mockk:mockk` from 1.13.16 to 1.14.5
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](https://github.com/mockk/mockk/compare/1.13.16...1.14.5)

Updates `io.mockk:mockk` from 1.13.16 to 1.14.5
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](https://github.com/mockk/mockk/compare/1.13.16...1.14.5)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `io.mockk:mockk` from 1.14.2 to 1.14.5
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](https://github.com/mockk/mockk/compare/1.13.16...1.14.5)

Updates `androidx.test:core-ktx` from 1.6.1 to 1.7.0

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `io.mockk:mockk` from 1.14.2 to 1.14.5
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](https://github.com/mockk/mockk/compare/1.13.16...1.14.5)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `androidx.test:core` from 1.6.1 to 1.7.0

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `org.robolectric:robolectric` from 4.14.1 to 4.15.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

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](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.14.1...robolectric-4.15.1)

Updates `androidx.test:core` from 1.6.1 to 1.7.0

Updates `androidx.test:core` from 1.6.1 to 1.7.0

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `androidx.test:core` from 1.6.1 to 1.7.0

Updates `androidx.test:core` from 1.6.1 to 1.7.0

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `androidx.test:core` from 1.6.1 to 1.7.0

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `androidx.test:core` from 1.6.1 to 1.7.0

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `androidx.test:core` from 1.6.1 to 1.7.0

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `androidx.test:core` from 1.6.1 to 1.7.0

Updates `androidx.test:core` from 1.6.1 to 1.7.0

Updates `org.mockito:mockito-core` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)

Updates `androidx.test:core` from 1.6.1 to 1.7.0

---
updated-dependencies:
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:runner
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:rules
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.robolectric:robolectric
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: androidx.test:core
  depen...

Signed-off-by: dependabot[bot] <[email protected]>
@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Aug 4, 2025
@auto-submit
Copy link
Contributor

auto-submit bot commented Aug 4, 2025

autosubmit label was removed for flutter/packages/9736, because - The status or check suite Linux_android custom_package_tests stable has failed. Please fix the issues identified (or deflake) before re-applying this label.

Copy link
Contributor

@reidbaker reidbaker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jetifier is a no longer supported feature and if we have kept our dependencies updated no longer required.
See: https://b.corp.google.com/issues/184622491 https://issuetracker.google.com/issues/184622491

Url launcher has had jetifier off for a while without complaint from users.
#3372

android.useAndroidX=true + android.enableJetifier=true should be set by projects that are migrating off the support library versions to the android x versions. I think we are passed the migration step and both can be removed but I want to remove useAndroidX in one plugin first.

https://github.com/search?q=repo%3Aflutter%2Fpackages%20packages%2Fgoogle_maps_flutter%2Fgoogle_maps_flutter_android%2Fexample%2Fandroid%2Fgradle.properties&type=code

@@ -1,6 +1,6 @@
## 0.6.19+1

* Fixes incorrect camera switching by selecting a camera via its CameraInfo.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean to replace this old line?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no fixed

@reidbaker
Copy link
Contributor

Shard 4 errors can be reproduced locally with JAVA_HOME=/opt/homebrew/opt/openjdk@17/libexec/openjdk.jdk/Contents/Home/ dart run script/tool/bin/flutter_plugin_tools.dart lint-android --packages=shared_preferences_android

Shard 3 errors should be ignored but are not and I am still investigating.

…efsDataStore to package private because of the nested inner class, modified scope to runtime behavior to make it more obvious
@reidbaker reidbaker requested a review from tarrinneal August 7, 2025 14:48
const val DOUBLE_PREFIX = "VGhpcyBpcyB0aGUgcHJlZml4IGZvciBEb3VibGUu"

private val Context.sharedPreferencesDataStore: DataStore<Preferences> by
/*package private*/ val Context.sharedPreferencesDataStore: DataStore<Preferences> by
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@reidbaker reidbaker added the autosubmit Merge PR when tree becomes green via auto submit App label Aug 7, 2025
@auto-submit auto-submit bot merged commit e56761e into main Aug 7, 2025
80 checks passed
@auto-submit auto-submit bot deleted the dependabot/gradle/packages/camera/camera_android/android/test-dependencies-28be469551 branch August 7, 2025 18:12
@@ -1,3 +1,7 @@
## 0.9.20+7
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did this touch camera_avfoundation?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It didnt :/

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well the changelog did but no code changed.

engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Aug 8, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Aug 8, 2025
github-merge-queue bot pushed a commit to flutter/flutter that referenced this pull request Aug 8, 2025
flutter/packages@6efb759...34948d1

2025-08-07 [email protected] [video_player] Improve KVO handling
on iOS (flutter/packages#9718)
2025-08-07 49699333+dependabot[bot]@users.noreply.github.com
[dependabot]: Bump the test-dependencies group across 15 directories
with 7 updates (flutter/packages#9736)
2025-08-07 [email protected] Roll Flutter from
9de63a0 to 92a6bfb (11 revisions) (flutter/packages#9769)
2025-08-07 [email protected]
[google_maps_flutter_platform_interface] Add Advanced markers support
(flutter/packages#9737)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC [email protected] on the revert to ensure that a
human
is aware of the problem.

To file a bug in Flutter:
https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
@reidbaker
Copy link
Contributor

Jetifier is a no longer supported feature and if we have kept our dependencies updated no longer required. See: https://b.corp.google.com/issues/184622491 https://issuetracker.google.com/issues/184622491

Url launcher has had jetifier off for a while without complaint from users. #3372

android.useAndroidX=true + android.enableJetifier=true should be set by projects that are migrating off the support library versions to the android x versions. I think we are passed the migration step and both can be removed but I want to remove useAndroidX in one plugin first.

https://github.com/search?q=repo%3Aflutter%2Fpackages%20packages%2Fgoogle_maps_flutter%2Fgoogle_maps_flutter_android%2Fexample%2Fandroid%2Fgradle.properties&type=code

migration for framework and templates is tracked in flutter/flutter#173430

SydneyBao pushed a commit to SydneyBao/flutter that referenced this pull request Aug 11, 2025
…r#173470)

flutter/packages@6efb759...34948d1

2025-08-07 [email protected] [video_player] Improve KVO handling
on iOS (flutter/packages#9718)
2025-08-07 49699333+dependabot[bot]@users.noreply.github.com
[dependabot]: Bump the test-dependencies group across 15 directories
with 7 updates (flutter/packages#9736)
2025-08-07 [email protected] Roll Flutter from
9de63a0 to 92a6bfb (11 revisions) (flutter/packages#9769)
2025-08-07 [email protected]
[google_maps_flutter_platform_interface] Add Advanced markers support
(flutter/packages#9737)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC [email protected] on the revert to ensure that a
human
is aware of the problem.

To file a bug in Flutter:
https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
CaoGiaHieu-dev added a commit to CaoGiaHieu-dev/packages that referenced this pull request Aug 14, 2025
* main: (56 commits)
  [go_router_builder] Support extension types (flutter#9458)
  Roll Flutter from e2a347b14a18 to 34c2a3b158b2 (41 revisions) (flutter#9803)
  [go_router_builder] Migrate to Element2 API and update dependencies (flutter#9649)
  [in_app_purchase_storekit] Add support for quantity in consumable product purchases (#171570) (flutter#9698)
  [pigeon] Improves documentation of `ProxyApi` and moves helper functions to a separate file (flutter#9756)
  Roll Flutter from 1590543f6794 to e2a347b14a18 (1 revision) (flutter#9784)
  [camera_avfoundation] Implementation swift migration - part 11 (flutter#9690)
  [camera_avfoundation] Fix crash when streaming while recording (flutter#9691)
  Roll Flutter from 38217906e95c to 1590543f6794 (14 revisions) (flutter#9780)
  Roll Flutter from 92a6bfbfd6ef to 38217906e95c (17 revisions) (flutter#9778)
  [video_player] Improve KVO handling on iOS (flutter#9718)
  [dependabot]: Bump the test-dependencies group across 15 directories with 7 updates (flutter#9736)
  Roll Flutter from 9de63a03428f to 92a6bfbfd6ef (11 revisions) (flutter#9769)
  [google_maps_flutter_platform_interface] Add Advanced markers support (flutter#9737)
  [camera_android_camerax] Re-land "Force new Surface for each SurfaceRequest" (flutter#9760)
  [google_maps_flutter] Add ability to perform Google Maps SDK warmup (flutter#9674)
  Roll Flutter from 59fc766c6fdf to 9de63a03428f (6 revisions) (flutter#9764)
  [webview_flutter_wkwebview] Extended Web View API on iOS to add flexibility when working with local HTML content (flutter#8787)
  [local_auth] Differentiate iOS authentication errors (flutter#9705)
  manual roll to 59fc766c6fdfd03d0983fc95ce8b76793a300dd5 (flutter#9758)
  ...

# Conflicts:
#	packages/go_router_builder/lib/src/type_helpers.dart
#	packages/go_router_builder/pubspec.yaml
ksokolovskyi pushed a commit to ksokolovskyi/flutter that referenced this pull request Aug 19, 2025
…r#173470)

flutter/packages@6efb759...34948d1

2025-08-07 [email protected] [video_player] Improve KVO handling
on iOS (flutter/packages#9718)
2025-08-07 49699333+dependabot[bot]@users.noreply.github.com
[dependabot]: Bump the test-dependencies group across 15 directories
with 7 updates (flutter/packages#9736)
2025-08-07 [email protected] Roll Flutter from
9de63a0 to 92a6bfb (11 revisions) (flutter/packages#9769)
2025-08-07 [email protected]
[google_maps_flutter_platform_interface] Add Advanced markers support
(flutter/packages#9737)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC [email protected] on the revert to ensure that a
human
is aware of the problem.

To file a bug in Flutter:
https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
mboetger pushed a commit to mboetger/flutter that referenced this pull request Sep 18, 2025
…r#173470)

flutter/packages@6efb759...34948d1

2025-08-07 [email protected] [video_player] Improve KVO handling
on iOS (flutter/packages#9718)
2025-08-07 49699333+dependabot[bot]@users.noreply.github.com
[dependabot]: Bump the test-dependencies group across 15 directories
with 7 updates (flutter/packages#9736)
2025-08-07 [email protected] Roll Flutter from
9de63a0 to 92a6bfb (11 revisions) (flutter/packages#9769)
2025-08-07 [email protected]
[google_maps_flutter_platform_interface] Add Advanced markers support
(flutter/packages#9737)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC [email protected] on the revert to ensure that a
human
is aware of the problem.

To file a bug in Flutter:
https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
korca0220 pushed a commit to korca0220/flutter that referenced this pull request Sep 22, 2025
…r#173470)

flutter/packages@6efb759...34948d1

2025-08-07 [email protected] [video_player] Improve KVO handling
on iOS (flutter/packages#9718)
2025-08-07 49699333+dependabot[bot]@users.noreply.github.com
[dependabot]: Bump the test-dependencies group across 15 directories
with 7 updates (flutter/packages#9736)
2025-08-07 [email protected] Roll Flutter from
9de63a0 to 92a6bfb (11 revisions) (flutter/packages#9769)
2025-08-07 [email protected]
[google_maps_flutter_platform_interface] Add Advanced markers support
(flutter/packages#9737)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC [email protected] on the revert to ensure that a
human
is aware of the problem.

To file a bug in Flutter:
https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Sign up for free to 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.

6 participants