Skip to content

Commit 811f68f

Browse files
chore(deps): bump appcompat (#638)
Bumps appcompat from 1.2.0 to 1.3.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c8a7ec1 commit 811f68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.2', {
3333
exclude group: 'com.android.support', module: 'support-annotations'
3434
})
35-
implementation 'androidx.appcompat:appcompat:1.2.0'
35+
implementation 'androidx.appcompat:appcompat:1.3.1'
3636
implementation 'com.google.android.gms:play-services-maps:18.0.0'
3737
implementation 'com.google.android.libraries.places:places:2.5.0'
3838
implementation 'com.android.volley:volley:1.2.1'

0 commit comments

Comments
 (0)