Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Bump dependencies to latest stable version
Browse files Browse the repository at this point in the history
Signed-off-by: Aayush Gupta <[email protected]>
  • Loading branch information
theimpulson committed Nov 5, 2023
1 parent 3606561 commit 209e6e7
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.kts
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,14 @@ dependencies {
implementation("androidx.browser:browser:1.6.0")

// Material
implementation("androidx.compose.material:material:1.5.3")
implementation("androidx.compose.material:material:1.5.4")
implementation("com.google.android.material:material:1.10.0")

// Hilt
val hiltVersion = "2.48.1"
ksp("com.google.dagger:hilt-android-compiler:$hiltVersion")
implementation("com.google.dagger:hilt-android:$hiltVersion")
implementation("androidx.hilt:hilt-navigation-compose:1.0.0")
implementation("androidx.hilt:hilt-navigation-compose:1.1.0")

// Retrofit
val retrofitVersion = "2.9.0"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id("com.android.application") version "8.1.2" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
id("com.google.devtools.ksp") version "1.9.10-1.0.13" apply false
id("org.jlleitschuh.gradle.ktlint") version "11.6.0" apply false
id("org.jlleitschuh.gradle.ktlint") version "11.6.1" apply false
id("com.google.dagger.hilt.android") version "2.48.1" apply false
id("com.google.relay") version "0.3.09" apply false
}

0 comments on commit 209e6e7

Please sign in to comment.