Skip to content

Commit

Permalink
Bump compose compiler and kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Aug 10, 2024
1 parent 4fe6970 commit 10a2195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {
sourceCompatibility "17"
}
composeOptions {
kotlinCompilerExtensionVersion "1.5.14"
kotlinCompilerExtensionVersion "1.5.15"
}
kotlinOptions {
jvmTarget = "17"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
fuel_version = '2.3.1'
glide_version = '4.12.0'
hilt_version = '2.52'
kotlin_version = '1.9.24'
kotlin_version = '1.9.25'
kotlinx_version = '1.8.1'
lifecycle_version = '2.8.4'
media3_version = '1.4.0'
Expand Down

0 comments on commit 10a2195

Please sign in to comment.