build: fix play core dependencies
authorDa Risk <da_risk@geekorum.com>
Wed, 19 Aug 2020 22:30:45 -0400
changeset 753 6f3d23d24cbe
parent 752 fd2079ed4f66
child 754 a138890f66f0
build: fix play core dependencies
app/build.gradle.kts
--- a/app/build.gradle.kts	Wed Aug 19 21:36:57 2020 -0400
+++ b/app/build.gradle.kts	Wed Aug 19 22:30:45 2020 -0400
@@ -222,7 +222,7 @@
     configurations["freeImplementation"].exclude(group = "com.google.firebase")
     configurations["freeImplementation"].exclude(group = "com.google.android.play")
 
-    add("googleImplementation", "com.google.android.play:core-ktx:1.7.0")
+    add("googleImplementation", "com.google.android.play:core-ktx:1.8.1")
 
     // api dependencies for features modules
     api("androidx.appcompat:appcompat:1.2.0")