Skip to content

Commit

Permalink
[ADD/#37] Coil 라이브러리 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
boiledeggg committed Jul 10, 2024
1 parent d5b689e commit db1e489
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,7 @@ dependencies {
testImplementation(libs.junit)
androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core)

//ThirdPartyDependencies
implementation(libs.compose.coil)
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ coroutine = "1.8.1"
timber = "5.0.1"

## Coil
coil = "1.4.0"
coil = "2.4.0"

## Security
securityVersion = "1.1.0-alpha06"
Expand Down

0 comments on commit db1e489

Please sign in to comment.