SetAsWallpaper/build.gradle
Michel Roux 3fff390a54
All checks were successful
continuous-integration/drone/push Build is passing
Update plugin com.android.application to v8
2023-04-14 07:25:00 +00:00

6 lines
230 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.0.0' apply false
id 'com.android.library' version '8.0.0' apply false
}