Skip to content

Commit 9d34712

Browse files
chore(deps): bump appcompat from 1.5.1 to 1.6.0 in /tutorials/java/StyledMap (#1152)
chore(deps): bump appcompat in /tutorials/java/StyledMap Bumps appcompat from 1.5.1 to 1.6.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce0e81e commit 9d34712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/java/StyledMap/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737

3838
dependencies {
3939
implementation fileTree(dir: 'libs', include: ['*.jar'])
40-
implementation 'androidx.appcompat:appcompat:1.5.1'
40+
implementation 'androidx.appcompat:appcompat:1.6.0'
4141
implementation 'com.google.android.gms:play-services-maps:18.1.0'
4242
testImplementation 'junit:junit:4.13.2'
4343
androidTestImplementation 'androidx.test.ext:junit:1.1.5'

0 commit comments

Comments
 (0)