Skip to content

Commit

Permalink
[dependency-update] Use correct play reviews version
Browse files Browse the repository at this point in the history
  • Loading branch information
lailabecker committed May 13, 2024
1 parent ef57e67 commit bf69661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ kotlin {
androidMain.dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$versions_kotlin"
implementation("androidx.appcompat:appcompat:$versions_app_compat")
implementation("com.google.android.play:review:2.0.3")
implementation("com.google.android.play:review:$versions_play_reviews")
implementation("com.google.android.play:core-ktx:$versions_play_core_ktx")
api("org.jetbrains.kotlinx:kotlinx-datetime:$datetime_version")
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ versions_nexus_publish=1.3.0
# android
versions_android_gradle_plugin=8.3.2
versions_app_compat=1.6.1
versions_play_core=1.10.3
versions_play_reviews=2.0.1
versions_play_core_ktx=1.8.1

0 comments on commit bf69661

Please sign in to comment.