Skip to content

Commit

Permalink
Update Kotlin, Gradle and Compose Compiler dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelvcaetano committed Jan 6, 2024
1 parent 5a71b91 commit 587e3c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ android {
}
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.1"
kotlinCompilerExtensionVersion = "1.5.7"
}

flavorDimensions.add("version")
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ object Dependencies {
const val DocumentFile = "1.0.1"
const val Flexbox = "3.0.0"
const val Fragment = "1.5.7"
const val Gradle = "8.1.0"
const val Gradle = "8.2.0"
const val Gson = "2.8.6"
const val HiltX = "1.1.0"
const val Hilt = "2.48"
const val Junit = "4.12"
const val Kotlin = "1.9.0"
const val Kotlin = "1.9.21"
const val KotlinxCoroutines = "1.7.3"
const val Ksp = "1.9.0-1.0.12"
const val LifecycleViewModel = "2.6.1"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip

0 comments on commit 587e3c8

Please sign in to comment.