From 415e89ce597fde1601cdaa5ba1989fd16a1eda07 Mon Sep 17 00:00:00 2001 From: Chris Arriola Date: Wed, 23 Mar 2022 09:47:15 -0700 Subject: [PATCH] chore: Remove core-ktx from demo app. Change-Id: Iffc775b16a8727589957551bd91d5029d5f7ae33 --- app/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d087007c..df25e3dc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,11 +41,9 @@ dependencies { implementation 'androidx.activity:activity-compose:1.4.0' implementation "androidx.compose.foundation:foundation:$compose_version" implementation "androidx.compose.material:material:$compose_version" - implementation 'androidx.core:core-ktx:1.7.0' implementation 'com.google.android.gms:play-services-maps:18.0.2' implementation 'com.google.android.material:material:1.5.0' implementation 'com.google.maps.android:maps-ktx:3.3.0' - implementation "androidx.core:core-ktx:1.7.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" androidTestImplementation "androidx.test:core:$androidx_test_version"