Skip to content

Commit

Permalink
fix(deps): update dependency com.google.android.material:material to …
Browse files Browse the repository at this point in the history
…v1.10.0
  • Loading branch information
renovate[bot] authored and Rosemoe committed Oct 6, 2023
1 parent 6182ab1 commit 5823e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ desugar = { module = "com.android.tools:desugar_jdk_libs", version = "2.0.3" }
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version = "1.7.3" }
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.6.1"}
material = { module = "com.google.android.material:material", version = "1.9.0"}
material = { module = "com.google.android.material:material", version = "1.10.0"}
gms-instantapps = { module = "com.google.android.gms:play-services-instantapps", version = "18.0.1"}
tree-sitter-java = { module = "com.itsaky.androidide:tree-sitter-java", version.ref = "tsBinding" }
tree-sitter = { module = "com.itsaky.androidide:android-tree-sitter", version.ref = "tsBinding" }
Expand Down

0 comments on commit 5823e81

Please sign in to comment.