Skip to content

Commit 48622d7

Browse files
chore(deps): bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0 in /tutorials/kotlin/Polygons (#1627)
chore(deps): bump androidx.appcompat:appcompat Bumps androidx.appcompat:appcompat from 1.6.1 to 1.7.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e21fea commit 48622d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/kotlin/Polygons/app/build.gradle

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

3333
dependencies {
3434
implementation fileTree(dir: 'libs', include: ['*.jar'])
35-
implementation 'androidx.appcompat:appcompat:1.6.1'
35+
implementation 'androidx.appcompat:appcompat:1.7.0'
3636
implementation 'com.google.android.gms:play-services-maps:18.2.0'
3737
testImplementation 'junit:junit:4.13.2'
3838
androidTestImplementation 'androidx.test.ext:junit:1.1.5'

0 commit comments

Comments
 (0)