Skip to content

Commit

Permalink
Use latest plugin versions in sample project
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Chelombitko committed Dec 6, 2024
1 parent 2d7dd79 commit a384375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
android-gradle-plugin = "8.6.0"
android-gradle-plugin = "8.7.3"
androidx-appcompat = "1.7.0"
androidx-constraintlayout = "2.1.4"
androidx-test-runner = "1.6.2"
androidx-test-junit = "1.2.1"
kotlin-gradle-plugin = "2.0.20"
kotlin-gradle-plugin = "2.1.0"

[libraries]
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
Expand Down

0 comments on commit a384375

Please sign in to comment.