Skip to content

Commit aa5b55d

Browse files
committed
Deps: Migrated philjayMpAndroidChart to Version Catalog
1 parent 1b2a216 commit aa5b55d

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

WordPress/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ dependencies {
465465
implementation (name:'tenor-android-core-jetified', ext:'aar') // Jetified Tenor Gif library
466466
implementation libs.kotlinx.coroutines.core
467467
implementation libs.kotlinx.coroutines.android
468-
implementation "com.github.PhilJay:MPAndroidChart:$philjayMpAndroidChartVersion"
468+
implementation libs.philJay.mpAndroidChart
469469
implementation libs.jsoup
470470
implementation (libs.google.exoPlayer) {
471471
exclude group: 'com.android.support', module: 'support-annotations'

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ ext {
3838
androidxGridlayoutVersion = '1.0.0'
3939
googleAutoServiceVersion = '1.0.1'
4040
googlePlayServicesCodeScannerVersion = '16.0.0-beta3'
41-
philjayMpAndroidChartVersion = 'v3.1.0'
4241
uCropVersion = '2.2.9'
4342

4443
// other

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ kotlinxCoroutines = '1.7.3'
5353
lottie = '6.1.0'
5454
mockitoAndroid = '4.5.1'
5555
mockitoKotlin = '4.1.0'
56+
philjayMpAndroidChart = 'v3.1.0'
5657
screengrab = '2.1.1'
5758
soLoader = '0.10.5'
5859
squareupKotlinPoet = '1.16.0'
@@ -175,6 +176,7 @@ lottie = { group = "com.airbnb.android", name = "lottie", version.ref ="lottie"
175176
lottie-compose = { group = "com.airbnb.android", name = "lottie-compose", version.ref ="lottie" }
176177
mockito-android = { group = "org.mockito", name = "mockito-android", version.ref ="mockitoAndroid" }
177178
mockito-kotlin = { group = "org.mockito.kotlin", name = "mockito-kotlin", version.ref ="mockitoKotlin" }
179+
philJay-mpAndroidChart = { group = "com.github.PhilJay", name = "MPAndroidChart", version.ref ="philjayMpAndroidChart" }
178180
squareup-kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version.ref ="squareupKotlinPoet" }
179181
squareup-kotlinpoet-ksp = { group = "com.squareup", name = "kotlinpoet-ksp", version.ref ="squareupKotlinPoet" }
180182
squareup-okhttp-mockWebServer = { group = "com.squareup.okhttp3", name = "mockwebserver", version.ref ="squareupMockWebServer" }

0 commit comments

Comments
 (0)