Skip to content

Commit

Permalink
Deps: Migrated philjayMpAndroidChart to Version Catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
neeldoshii committed Jul 6, 2024
1 parent 1b2a216 commit aa5b55d
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 @@ -465,7 +465,7 @@ dependencies {
implementation (name:'tenor-android-core-jetified', ext:'aar') // Jetified Tenor Gif library
implementation libs.kotlinx.coroutines.core
implementation libs.kotlinx.coroutines.android
implementation "com.github.PhilJay:MPAndroidChart:$philjayMpAndroidChartVersion"
implementation libs.philJay.mpAndroidChart
implementation libs.jsoup
implementation (libs.google.exoPlayer) {
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 @@ -38,7 +38,6 @@ ext {
androidxGridlayoutVersion = '1.0.0'
googleAutoServiceVersion = '1.0.1'
googlePlayServicesCodeScannerVersion = '16.0.0-beta3'
philjayMpAndroidChartVersion = 'v3.1.0'
uCropVersion = '2.2.9'

// other
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ kotlinxCoroutines = '1.7.3'
lottie = '6.1.0'
mockitoAndroid = '4.5.1'
mockitoKotlin = '4.1.0'
philjayMpAndroidChart = 'v3.1.0'
screengrab = '2.1.1'
soLoader = '0.10.5'
squareupKotlinPoet = '1.16.0'
Expand Down Expand Up @@ -175,6 +176,7 @@ lottie = { group = "com.airbnb.android", name = "lottie", version.ref ="lottie"
lottie-compose = { group = "com.airbnb.android", name = "lottie-compose", version.ref ="lottie" }
mockito-android = { group = "org.mockito", name = "mockito-android", version.ref ="mockitoAndroid" }
mockito-kotlin = { group = "org.mockito.kotlin", name = "mockito-kotlin", version.ref ="mockitoKotlin" }
philJay-mpAndroidChart = { group = "com.github.PhilJay", name = "MPAndroidChart", version.ref ="philjayMpAndroidChart" }
squareup-kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version.ref ="squareupKotlinPoet" }
squareup-kotlinpoet-ksp = { group = "com.squareup", name = "kotlinpoet-ksp", version.ref ="squareupKotlinPoet" }
squareup-okhttp-mockWebServer = { group = "com.squareup.okhttp3", name = "mockwebserver", version.ref ="squareupMockWebServer" }
Expand Down

0 comments on commit aa5b55d

Please sign in to comment.