Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.
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: AndroidIDEOfficial/android-tree-sitter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8cc6d60361e245170027e234f180a7daa130b3fa
Choose a base ref
..
head repository: AndroidIDEOfficial/android-tree-sitter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2855f89755bb19e21ddb6fe129fa4a35dc3f5422
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
@@ -28,7 +28,7 @@ tests-google-truth = { module = "com.google.truth:truth", version = "1.4.0" }
tests-androidx-ext-junit = { module = "androidx.test.ext:junit", version = "1.1.5" }
tests-androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", version = "3.5.1" }
tests-robolectric = { module = "org.robolectric:robolectric", version = "4.11.1" }
tests-mockito = { module = "org.mockito:mockito-core", version = "5.12.0" }
tests-mockito = { module = "org.mockito:mockito-core", version = "5.13.0" }

gradle-android = { module = "com.android.tools.build:gradle", version.ref = "agp" }