Skip to content

Commit

Permalink
Deps: Migrated Compose Navigation to Version Catlog & Changed webkit …
Browse files Browse the repository at this point in the history
…Naming Convention
  • Loading branch information
neeldoshii committed Jul 5, 2024
1 parent 8c1afab commit 0ced10a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ static def addBuildConfigFieldsFromPrefixedProperties(variant, properties, prefi

dependencies {
implementation libs.androidx.webkit
implementation "androidx.navigation:navigation-compose:$androidxComposeNavigationVersion"
implementation libs.androidx.navigation
compileOnly project(path: ':libs:annotations')
ksp project(':libs:processors')
implementation (project(path:':libs:networking')) {
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ ext {
androidxCameraVersion = '1.3.4'
androidxComposeBomVersion = '2023.10.00'
androidxComposeCompilerVersion = '1.5.9'
androidxComposeNavigationVersion = '2.7.6'
androidxCardviewVersion = '1.0.0'
androidxConstraintlayoutVersion = '2.1.4'
androidxConstraintlayoutComposeVersion = '1.0.1'
Expand Down
6 changes: 4 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[versions]
androidxWebkitVersion = '1.11.0'
androidxComposeNavigation = '2.7.6'
androidxWebkit = '1.11.0'

[libraries]
androidx-webkit = {group = "androidx.webkit", name = "webkit", version.ref = "androidxWebkitVersion"}
androidx-navigation = { group = "androidx.navigation", name = "navigation-compose", version.ref = "androidxComposeNavigation" }
androidx-webkit = {group = "androidx.webkit", name = "webkit", version.ref = "androidxWebkit"}

[plugins]

0 comments on commit 0ced10a

Please sign in to comment.