SetAsWallpaper/build.gradle
Michel Roux 3004af9c8b
All checks were successful
continuous-integration/drone/push Build is passing
Update plugin com.android.library to v7.4.1
2023-02-02 00:34:30 +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.0' apply false
id 'com.android.library' version '7.4.1' apply false
}