Skip to content

Commit

Permalink
chore material 의존성 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eshc123 committed Aug 1, 2024
1 parent d5961cb commit a4e3dee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ dataStore-preferences = "1.1.1"

## Image Loader
coil-compose = "2.5.0"
material = "1.12.0"

## Google OAuth
credential = "1.2.2"
identity = "1.1.1"
material = "1.12.0"

[libraries]
## Koitln
Expand Down Expand Up @@ -101,12 +101,13 @@ dataStore = { module = "androidx.datastore:datastore-preferences", version.ref =

## Image Loader
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil-compose" }
material = { group = "com.google.android.material", name = "material", version.ref = "material" }

## Google OAuth
credentials = { group = "androidx.credentials", name = "credentials", version.ref = "credential" }
credentials-auth = { group = "androidx.credentials", name = "credentials-play-services-auth", version.ref = "credential" }
google-id = { group = "com.google.android.libraries.identity.googleid", name = "googleid", version = "identity" }
material = { group = "com.google.android.material", name = "material", version.ref = "material" }


[plugins]
## Android gradle plugin
Expand Down

0 comments on commit a4e3dee

Please sign in to comment.