Skip to content

Commit

Permalink
Deps: Migrated indexosMediaForMobile to Version Catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
neeldoshii committed Jul 6, 2024
1 parent 9fe3743 commit b5d5459
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@ dependencies {
implementation libs.glide
ksp libs.glide.ksp
implementation libs.glide.volley.integration
implementation "com.github.indexos.media-for-mobile:domain:$indexosMediaForMobileVersion"
implementation "com.github.indexos.media-for-mobile:android:$indexosMediaForMobileVersion"
implementation libs.indexos.media.for.mobile.domain
implementation libs.indexos.media.for.mobile.android
implementation libs.zendesk
implementation (name:'tenor-android-core-jetified', ext:'aar') // Jetified Tenor Gif library
implementation libs.kotlinx.coroutines.core
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ ext {
wordPressFluxCVersion = 'trunk-79f2bc35285748c715e00f2a6648ed6831632178'
wordPressLoginVersion = '1.16.0'
wordPressUtilsVersion = '3.14.0'
indexosMediaForMobileVersion = '43a9026f0973a2f0a74fa813132f6a16f7499c3a'
gravatarVersion = '1.0.0'

// main
Expand Down
3 changes: 3 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ googlePlayAppUpdate = '2.1.0'
googlePlayReview = '2.0.1'
googlePlayServicesAuth = '20.4.1'
gson = '2.10.1'
indexosMediaForMobile = '43a9026f0973a2f0a74fa813132f6a16f7499c3a'
jsoup = '1.16.2'
junit = '4.13.2'
kotlinxCoroutines = '1.7.3'
Expand Down Expand Up @@ -168,6 +169,8 @@ 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" }
indexos-media-for-mobile-android = { group = "com.github.indexos.media-for-mobile", name = "android", version.ref ="indexosMediaForMobile" }
indexos-media-for-mobile-domain = { group = "com.github.indexos.media-for-mobile", name = "domain", version.ref ="indexosMediaForMobile" }
installReferrer = { group = "com.android.installreferrer", name = "installreferrer", version.ref ="androidInstallReferrer" }
jsoup = { group = "org.jsoup", name = "jsoup", version.ref ="jsoup" }
junit = { group = "junit", name = "junit", version.ref ="junit" }
Expand Down

0 comments on commit b5d5459

Please sign in to comment.