Skip to content

Commit

Permalink
[FEAT/#127] browser version catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Jul 18, 2024
1 parent d98dc5b commit 8446ed1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions feature/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ dependencies {
implementation(libs.process.phoenix)
implementation(libs.accompanist.systemuicontroller)
implementation (libs.androidx.core.splashscreen)
implementation ("com.google.accompanist:accompanist-webview:0.24.13-rc")
implementation ("androidx.browser:browser:1.4.0")
implementation (libs.androidx.browser)

// Compose Preview
debugImplementation(libs.compose.ui.tooling)
Expand Down
4 changes: 4 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ kakaoVersion = "2.20.1"
## ProcessPhoenix
processPhoenix = "2.0.0"

## Web
browser = "1.4.0"

[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "androidxCore" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidxAppCompat" }
Expand All @@ -100,6 +103,7 @@ androidx-workManager = {group = "androidx.work", name = "work-runtime-ktx", vers
androidx-hiltWorkManager = {group = "androidx.hilt", name = "hilt-work", version.ref = "hiltManager"}
androidx-hiltWorkManagerCompiler = {group = "androidx.hilt", name = "hilt-compiler" , version.ref = "hiltManager"}
androidx-navigation-compose = {module = "androidx.navigation:navigation-compose", version.ref = "composeNavigation"}
androidx-browser = {group = "androidx.browser", name = "browser", version.ref ="browser"}

androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidxComposeBom" }
androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "androidxComposeMaterial3" }
Expand Down

0 comments on commit 8446ed1

Please sign in to comment.