SetAsWallpaper/settings.gradle
Michel Roux a1c54a9735
Some checks failed
apk / build (push) Failing after 1m16s
Use boilerplate instead of Android Studio generation
2023-06-27 12:59:31 +02:00

4 lines
142 B
Groovy

// Boilerplate from https://transang.me/create-a-minimal-android-boilerplate-from-scratch/
rootProject.name = "SetAsWallpaper"
include ':app'