SetAsWallpaper/build.gradle
Michel Roux b725d7880b
All checks were successful
continuous-integration/drone/push Build is passing
Update plugin com.android.library to v7.4.2
2023-02-28 10:05:46 +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 '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
}