Skip to content

Commit

Permalink
chore: update dependencies (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjacobs authored Jul 2, 2024
1 parent de4056a commit d538de1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ android-gradle-plugin = "8.5.0"
androidx-activity = "1.9.0"
androidx-compose-bom = "2024.06.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping
androidx-compose-compiler = "1.5.14" # https://developer.android.com/jetpack/androidx/releases/compose-kotlin#pre-release_kotlin_compatibility
jetbrains-compose = "1.6.10"
jetbrains-compose = "1.6.11"
kotlin = "1.9.24"

[libraries]
Expand All @@ -24,7 +24,7 @@ slack-compose-lint-checks = "com.slack.lint.compose:compose-lint-checks:1.3.1"
androidx-compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" }
androidx-compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
androidx-test-espresso-core = "androidx.test.espresso:espresso-core:3.6.1"
androidx-test-ext-junit = "androidx.test.ext:junit:1.1.5"
androidx-test-ext-junit = "androidx.test.ext:junit:1.2.1"
junit = "junit:junit:4.13.2"

[plugins]
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit d538de1

Please sign in to comment.