Skip to content

Commit

Permalink
Deps: Migrated jsoup to Version Catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
neeldoshii committed Jul 6, 2024
1 parent 547a012 commit b2af5e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ dependencies {
implementation libs.kotlinx.coroutines.core
implementation libs.kotlinx.coroutines.android
implementation "com.github.PhilJay:MPAndroidChart:$philjayMpAndroidChartVersion"
implementation "org.jsoup:jsoup:$jsoupVersion"
implementation libs.jsoup
implementation ("com.google.android.exoplayer:exoplayer:$googleExoPlayerVersion") {
exclude group: 'com.android.support', module: 'support-annotations'
}
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ ext {
googleAutoServiceVersion = '1.0.1'
googleExoPlayerVersion = '2.13.3'
googlePlayServicesCodeScannerVersion = '16.0.0-beta3'
jsoupVersion = '1.16.2'
philjayMpAndroidChartVersion = 'v3.1.0'
squareupKotlinPoetVersion = '1.16.0'
squareupRetrofitVersion = '2.9.0'
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ googlePlayAppUpdate = '2.1.0'
googlePlayReview = '2.0.1'
googlePlayServicesAuth = '20.4.1'
gson = '2.10.1'
jsoup = '1.16.2'
junit = '4.13.2'
kotlinxCoroutines = '1.7.3'
lottie = '6.1.0'
Expand Down Expand Up @@ -142,6 +143,7 @@ google-play-review-ktx = { group = "com.google.android.play", name = "review-ktx
google-play-services-auth = { group = "com.google.android.gms", name = "play-services-auth", version.ref ="googlePlayServicesAuth" }
greenrobot-eventBus = { group = "org.greenrobot", name = "eventbus", version.ref ="eventBus" }
greenrobot-eventBus-java = { group = "org.greenrobot", name = "eventbus-java", version.ref ="eventBus" }
jsoup = { group = "org.jsoup", name = "jsoup", version.ref ="jsoup" }
junit = { group = "junit", name = "junit", version.ref ="junit" }
kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref ="kotlinxCoroutines" }
kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref ="kotlinxCoroutines" }
Expand Down

0 comments on commit b2af5e4

Please sign in to comment.