This repository has been archived on 2025-01-15. You can view files and clone it, but cannot push or open issues or pull requests.
SetAsWallpaper/settings.gradle

4 lines
142 B
Groovy
Raw Normal View History

// Boilerplate from https://transang.me/create-a-minimal-android-boilerplate-from-scratch/
2021-08-08 22:58:08 +02:00
rootProject.name = "SetAsWallpaper"
include ':app'