Skip to content

Commit

Permalink
Merge pull request #116 from NeoA11y/feature/gradle-verification-meta…
Browse files Browse the repository at this point in the history
…data

Add Gradle dependency verification metadata
  • Loading branch information
PatrykMis authored Nov 28, 2023
2 parents aa12b4b + abe9a2b commit a54a3c4
Show file tree
Hide file tree
Showing 2 changed files with 3,098 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
agp = "8.1.3"
agp = "8.1.4"
androidx-appcompat = "1.6.1"
androidx-constraintlayout = "2.1.4"
androidx-core = "1.12.0"
androidx-test-espresso = "3.5.1"
androidx-test-junit = "1.1.5"
dagger = "2.48.1"
javapoet = "1.13.0"
kotlin = "1.9.20"
ksp = "1.9.20-1.0.14"
kotlin = "1.9.21"
ksp = "1.9.21-1.0.15"
material = "1.10.0"
test-junit = "4.13.2"
timber = "5.0.1"
Expand Down
Loading

0 comments on commit a54a3c4

Please sign in to comment.