Closed warnyul closed 5 months ago
The changes update version requirements and references in the build configuration files to ensure compatibility with Java 11 and specific versions of Android Gradle and Robolectric. This involves renaming and adjusting version constraints for androidGradle
and robolectricAndroidAll
dependencies.
Files | Change Summary |
---|---|
gradle/libs.versions.toml |
Updated androidGradle dependency to androidGradleJava11 with version range and added robolectricAndroidAllJava11 |
robolectric-extension-gradle-plugin/build.gradle |
Changed references from androidGradleJdk11 to androidGradleJava11 for compile and test implementations |
robolectric-extension/build.gradle |
Updated testImplementation from libs.robolectricAndroidAll to libs.robolectricAndroidAllJava11 |
In the code's enchanted grove,
Dependencies now smoothly rove.
Java 11 leads the way,
With Robolectric here to stay.
Gradle sings a version tune,
All is set for code to bloom.
πΈβ¨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Total Project Coverage | 69.91% | :white_check_mark: |
---|
Total Project Coverage | 91.76% | :white_check_mark: |
---|
com.android.tools.build:gradle and org.robolectric:android-all
Summary by CodeRabbit