Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: HeroBrine1st/E621
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f4200a086f03e211d1a39c0dc630ac392d88c6a5
Choose a base ref
..
head repository: HeroBrine1st/E621
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0c5dc6cd67abf5788cf98c1c4574c7c7dea13d78
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 gradle/libs.versions.toml
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@ aboutlibraries = { module = "com.mikepenz:aboutlibraries-compose-m3", version.re
androidx-test-ktx = { module = "androidx.test:core-ktx", version = "1.6.1" }
androidx-junit = { module = "androidx.test.ext:junit", version = "1.2.1" }
androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", version = "3.6.1" }
compose-ui-junit4 = { module = "androidx.compose.ui:ui-test-junit4", version = "1.7.6" }
compose-ui-junit4 = { module = "androidx.compose.ui:ui-test-junit4", version = "1.7.7" }
compose-ui-tooling-core = { module = "androidx.compose.ui:ui-tooling", version = "1.7.7" }
compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest", version = "1.7.6" }
mockito-core = { module = "org.mockito:mockito-core", version = "5.15.2" }