Skip to content

Commit

Permalink
Replace play core library
Browse files Browse the repository at this point in the history
  • Loading branch information
abaker committed Jun 16, 2024
1 parent fecfea8 commit fb7960b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
17 changes: 11 additions & 6 deletions deps_googleplay.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 (*)
Expand Down
5 changes: 1 addition & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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" }
Expand Down

0 comments on commit fb7960b

Please sign in to comment.