Installation

Building from source

To build the application from source make sure you have a JDK (at least 8) installed and properly set up. It’s all just about Gradle working well, so don’t worry.

Now, download the source from GitHub using git clone (alternatively you could also download and extract a zipped version of the repository):

git clone https://github.com/JnCrMx/DynamicWallpaper

Then build the application using Gradle (you don’t need to have it installed for this):

Windows (in CMD)

gradlew.bat build

Unix (in bash)

chmod +x gradlew
./gradlew build