Gcam-Services-Provider/build.gradle
dependabot[bot] 69d3f46a3a
Bump com.android.application from 8.5.1 to 8.5.2
Bumps com.android.application from 8.5.1 to 8.5.2.

---
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>
2024-08-09 05:23:50 +00:00

12 lines
262 B
Groovy

buildscript {
ext.kotlin_version = '2.0.10'
}
plugins {
id "com.android.application" version '8.5.2' apply false
id "org.jetbrains.kotlin.android" version "$kotlin_version" apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}