Bump com.android.application from 8.3.0 to 8.3.1

Bumps com.android.application from 8.3.0 to 8.3.1.

---
updated-dependencies:
- dependency-name: com.android.application
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-18 21:25:37 +00:00 committed by tehcneko
parent f45da54b81
commit ca497ee3e6

View File

@ -1,5 +1,5 @@
plugins {
id 'com.android.application' version '8.3.0' apply false
id 'com.android.application' version '8.3.1' apply false
}
tasks.register('clean', Delete) {