Skip to content

Commit

Permalink
Upgrading compose to 1.5.7 (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jan 7, 2024
1 parent 505f28f commit 2e59a29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.6"
kotlinCompilerExtensionVersion = "1.5.7"
}
namespace 'com.dessalines.thumbkey'
}
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ buildscript {
}

plugins {
id 'com.android.application' version '8.2.0' apply false
id 'com.android.library' version '8.2.0' apply false
id 'com.android.application' version '8.2.1' apply false
id 'com.android.library' version '8.2.1' apply false
id 'org.jetbrains.kotlin.android' version '1.9.21' apply false
id 'org.jmailen.kotlinter' version "4.1.0" apply false
id 'com.google.devtools.ksp' version "1.9.21-1.0.15" apply false
Expand Down

0 comments on commit 2e59a29

Please sign in to comment.