From fb7960bf262d4eb963e138c5c964921906e37fb7 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Sun, 16 Jun 2024 10:16:54 -0500 Subject: [PATCH] Replace play core library --- app/build.gradle.kts | 3 +-- deps_googleplay.txt | 17 +++++++++++------ gradle/libs.versions.toml | 5 +---- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 90c4ef852..8e15d902b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -259,8 +259,7 @@ dependencies { googleplayImplementation(libs.play.services.location) googleplayImplementation(libs.play.services.maps) googleplayImplementation(libs.play.billing.ktx) - googleplayImplementation(libs.play.core) - googleplayImplementation(libs.play.core.ktx) + googleplayImplementation(libs.play.review) googleplayImplementation(libs.play.services.oss.licenses) androidTestImplementation(libs.dagger.hilt.testing) diff --git a/deps_googleplay.txt b/deps_googleplay.txt index 640e98d34..daeed6ee2 100644 --- a/deps_googleplay.txt +++ b/deps_googleplay.txt @@ -517,13 +517,18 @@ +| | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 2.0.0 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.4.0 -> 2.0.0 (*) +| \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0 -> 1.8.0 (*) -++--- com.google.android.play:core:1.10.3 -++--- com.google.android.play:core-ktx:1.8.1 -+| +--- com.google.android.play:core:1.8.0 -> 1.10.3 -+| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72 -> 2.0.0 (*) -+| +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.6 -> 1.8.0 (*) +++--- com.google.android.play:review-ktx:2.0.1 +| +--- androidx.core:core:1.1.0 -> 1.13.0 (*) -+| \--- androidx.fragment:fragment:1.1.0 -> 1.8.0 (*) ++| +--- androidx.fragment:fragment:1.1.0 -> 1.8.0 (*) ++| +--- com.google.android.gms:play-services-basement:18.1.0 -> 18.4.0 (*) ++| +--- com.google.android.gms:play-services-tasks:18.0.2 -> 18.2.0 (*) ++| +--- com.google.android.play:review:2.0.1 ++| | +--- com.google.android.gms:play-services-basement:18.1.0 -> 18.4.0 (*) ++| | +--- com.google.android.gms:play-services-tasks:18.0.2 -> 18.2.0 (*) ++| | \--- com.google.android.play:core-common:2.0.2 ++| +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72 -> 2.0.0 (*) ++| +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0 -> 1.8.0 (*) ++| \--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0 -> 1.8.0 (*) ++--- com.google.android.gms:play-services-oss-licenses:17.1.0 +| +--- androidx.appcompat:appcompat:1.0.0 -> 1.7.0 +| | +--- androidx.activity:activity:1.7.0 -> 1.9.0 (*) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c78141af9..921460da9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -46,8 +46,6 @@ opentasks = "562fec5" osmdroid = "6.1.18" oss-licenses-plugin = "0.10.6" persistent-cookiejar = "1.0.1" -play-core-ktx = "1.8.1" -play-core = "1.10.3" play-services-maps = "18.2.0" play-services-location = "21.3.0" play-services-oss-licenses = "17.1.0" @@ -148,8 +146,7 @@ osmdroid = { module = "org.osmdroid:osmdroid-android", version.ref = "osmdroid" oss-licenses-plugin = { module = "com.google.android.gms:oss-licenses-plugin", version.ref = "oss-licenses-plugin" } persistent-cookiejar = { module = "com.github.franmontiel:PersistentCookieJar", version.ref = "persistent-cookiejar" } play-billing-ktx = { module = "com.android.billingclient:billing-ktx", version = "6.1.0" } -play-core-ktx = { module = "com.google.android.play:core-ktx", version.ref = "play-core-ktx" } -play-core = { module = "com.google.android.play:core", version.ref = "play-core" } +play-review = { module = "com.google.android.play:review-ktx", version = "2.0.1" } play-services-maps = { module = "com.google.android.gms:play-services-maps", version.ref = "play-services-maps" } play-services-location = { module = "com.google.android.gms:play-services-location", version.ref = "play-services-location" } play-services-oss-licenses = { module = "com.google.android.gms:play-services-oss-licenses", version.ref = "play-services-oss-licenses" }