Skip to content

Commit

Permalink
Updated a bunch of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dlew committed Sep 18, 2024
1 parent a017ef4 commit fe47857
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[libraries]
android-gradlePlugin = "com.android.tools.build:gradle:8.1.4"
android-gradlePlugin = "com.android.tools.build:gradle:8.6.1"

androidx-annotation = "androidx.annotation:annotation:1.7.1"
androidx-annotation = "androidx.annotation:annotation:1.8.2"
androidx-startup = "androidx.startup:startup-runtime:1.1.1"
androidx-test-core = "androidx.test:core:1.5.0"
androidx-test-runner = "androidx.test:runner:1.5.2"
androidx-test-rules = "androidx.test:rules:1.5.0"
androidx-test-ext-junit = "androidx.test.ext:junit:1.1.5"
androidx-test-core = "androidx.test:core:1.6.1"
androidx-test-runner = "androidx.test:runner:1.6.2"
androidx-test-rules = "androidx.test:rules:1.6.1"
androidx-test-ext-junit = "androidx.test.ext:junit:1.2.1"

gradleMavenPublishPlugin = "com.vanniktech:gradle-maven-publish-plugin:0.27.0"
gradleMavenPublishPlugin = "com.vanniktech:gradle-maven-publish-plugin:0.29.0"

jodaTime = "joda-time:joda-time:2.13.0"

Expand Down

0 comments on commit fe47857

Please sign in to comment.