Merge pull request #8 from chiteroman/dependabot/gradle/com.android.application-8.2.2

Bump com.android.application from 8.2.0 to 8.2.2
This commit is contained in:
Marcos 2024-02-16 13:03:20 +01:00 committed by GitHub
commit 44081d31af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.2.0' apply false
id 'com.android.application' version '8.2.2' apply false
}