allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.SherlockGougou:SetWallpaper:v2.1.0'
}
SetWallpaper.setWallpaper(MainActivity.this, path, APP_AUTHORITY);
// APP_AUTHORITY是你App中设置的值