We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f8865 commit 63c05dcCopy full SHA for 63c05dc
tutorials/kotlin/MapWithMarker/app/build.gradle
@@ -37,7 +37,7 @@ dependencies {
37
implementation fileTree(dir: 'libs', include: ['*.jar'])
38
implementation "androidx.core:core-ktx:1.3.1"
39
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
40
- implementation 'androidx.appcompat:appcompat:1.1.0'
+ implementation 'androidx.appcompat:appcompat:1.2.0'
41
implementation 'com.google.android.gms:play-services-maps:17.0.0'
42
43
// Tests
0 commit comments