Skip to content

Commit 63c05dc

Browse files
chore(deps): bump appcompat in /tutorials/kotlin/MapWithMarker (googlemaps-samples#266)
1 parent b5f8865 commit 63c05dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/kotlin/MapWithMarker/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
implementation fileTree(dir: 'libs', include: ['*.jar'])
3838
implementation "androidx.core:core-ktx:1.3.1"
3939
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
40-
implementation 'androidx.appcompat:appcompat:1.1.0'
40+
implementation 'androidx.appcompat:appcompat:1.2.0'
4141
implementation 'com.google.android.gms:play-services-maps:17.0.0'
4242

4343
// Tests

0 commit comments

Comments
 (0)