Skip to content

Commit

Permalink
Merge pull request #12715 from nextcloud/renovate/composeoptions-1.x
Browse files Browse the repository at this point in the history
Update dependency composeOptions to v1.5.11
  • Loading branch information
AndyScherzinger committed Mar 21, 2024
2 parents 5e74586 + bb9a503 commit afb7955
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {

plugins {
id "com.diffplug.spotless" version "6.20.0"
id 'com.google.devtools.ksp' version '1.9.22-1.0.17' apply false
id 'com.google.devtools.ksp' version '1.9.23-1.0.19' apply false
}

apply plugin: 'com.android.application'
Expand Down Expand Up @@ -249,7 +249,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = "1.5.10"
kotlinCompilerExtensionVersion = "1.5.11"
}
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
espressoVersion = "3.5.1"
fidoVersion = "4.1.0-patch2"
jacoco_version = '0.8.11'
kotlin_version = '1.9.22'
kotlin_version = '1.9.23'
markwonVersion = "4.6.2"
mockitoVersion = "4.11.0"
mockitoKotlinVersion = "4.1.0"
Expand Down

0 comments on commit afb7955

Please sign in to comment.