Skip to content

Commit ba5a3e2

Browse files
chore(deps): bump appcompat in /tutorials/java/CurrentPlaceDetailsOnMap (#641)
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 811f68f commit ba5a3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle

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

0 commit comments

Comments
 (0)