Skip to content

Commit

Permalink
Deps: Migrated googlePlayReview to Version Catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
neeldoshii committed Jul 6, 2024
1 parent 9b552a5 commit 95d2dcf
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 @@ -431,8 +431,8 @@ dependencies {
implementation libs.androidx.lifecycle.livedata.ktx
implementation libs.androidx.lifecycle.process
implementation "com.android.volley:volley:$androidVolleyVersion"
implementation "com.google.android.play:review:$googlePlayReviewVersion"
implementation "com.google.android.play:review-ktx:$googlePlayReviewVersion"
implementation libs.google.play.review
implementation libs.google.play.review.ktx
implementation "com.google.android.gms:play-services-auth:$googlePlayServicesAuthVersion"
implementation "com.google.mlkit:barcode-scanning-common:$googleMLKitBarcodeScanningCommonVersion"
implementation "com.google.mlkit:text-recognition:$googleMLKitTextRecognitionVersion"
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ ext {
googleMLKitBarcodeScanningVersion = '17.2.0'
googleMLKitBarcodeScanningCommonVersion = '17.0.0'
googleMLKitTextRecognitionVersion = '16.0.0'
googlePlayReviewVersion = '2.0.1'
googlePlayServicesAuthVersion = '20.4.1'
googlePlayServicesCodeScannerVersion = '16.0.0-beta3'
jsoupVersion = '1.16.2'
Expand Down
3 changes: 3 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ soLoader = '0.10.5'
wordPressPersistentEditText = '1.0.2'
wiremock = '2.26.3'
wiremockHttpClient = '4.3.5.1'
googlePlayReview = '2.0.1'

[libraries]
android-appUpdate = { group = "com.google.android.play", name = "app-update", version.ref = "googlePlayAppUpdate" }
Expand Down Expand Up @@ -116,6 +117,8 @@ mockito-kotlin = { group = "org.mockito.kotlin", name = "mockito-kotlin", versio
wiremock = { group = "com.github.tomakehurst", name = "wiremock", version.ref ="wiremock" }
wiremock-httpclient-android = { group = "org.apache.httpcomponents", name = "httpclient-android", version.ref ="wiremockHttpClient" }
wordPress-persistentEditText = { group = "org.wordpress", name = "persistentedittext", version.ref = "wordPressPersistentEditText" }
google-play-review = { group = "com.google.android.play", name = "review", version.ref ="googlePlayReview" }
google-play-review-ktx = { group = "com.google.android.play", name = "review-ktx", version.ref ="googlePlayReview" }

[plugins]
dagger = { id = "com.google.dagger.hilt.android", version.ref = "dagger" }

0 comments on commit 95d2dcf

Please sign in to comment.