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: c9b7f84efc26384ff258dc00557a4613faaaffb0
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: 381dc1cc97b0a0c4e36176b99d79dc487485fb88
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
@@ -14,7 +14,7 @@ common-kotlin-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-cor

google-material = { module = "com.google.android.material:material", version = "1.9.0"}
google-gson = { module = "com.google.code.gson:gson", version = "2.10.1" }
google-guava = { module = "com.google.guava:guava", version = "33.2.1-jre" }
google-guava = { module = "com.google.guava:guava", version = "33.3.0-jre" }
google-auto-service-annotations = { module = "com.google.auto.service:auto-service-annotations", version = "1.1.1" }
google-auto-service = { module = "com.google.auto.service:auto-service", version = "1.1.1" }