Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaaatt committed Sep 6, 2023
1 parent b11dc1d commit 0599a7d
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 @@ -95,7 +95,7 @@ android {
}
}
composeOptions {
kotlinCompilerExtensionVersion '1.5.1'
kotlinCompilerExtensionVersion '1.5.3'
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

buildscript {
ext {
kotlin_version = '1.9.0'
kotlin_version = '1.9.10'
navigationVersion = '2.7.1'
hilt_version = '2.48'
compose_version = '1.5.0'
Expand Down

0 comments on commit 0599a7d

Please sign in to comment.