Skip to content

Commit

Permalink
chore: webkit 추가 #35
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhz committed Aug 1, 2024
1 parent 9620665 commit 3ae8684
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/design-system/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ dependencies {

// Calendar
implementation(libs.calendar.compose)
implementation(libs.androidx.webkit)
}
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ glide = "1.0.0-beta01"
calendar = "2.6.0-beta01"
googleid = "1.1.1"
jsoup = "1.18.1"
webkit = "1.11.0"

[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
Expand Down Expand Up @@ -71,6 +72,7 @@ glide = { group = "com.github.bumptech.glide", name = "compose", version.ref = "
calendar-compose = { group = "com.kizitonwose.calendar", name = "compose", version.ref = "calendar" }
googleid = { group = "com.google.android.libraries.identity.googleid", name = "googleid", version.ref = "googleid" }
jsoup = { group ="org.jsoup", name ="jsoup", version.ref = "jsoup"}
androidx-webkit = { group = "androidx.webkit", name = "webkit", version.ref = "webkit" }

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
Expand Down

0 comments on commit 3ae8684

Please sign in to comment.