Setup Wizard that asks for Doze Mode exception

Keep checking if we are whitelisted and request it if not
This commit is contained in:
Torsten Grote
2017-09-26 10:04:48 -03:00
parent 1c4f20f76f
commit 8a81171739
45 changed files with 897 additions and 382 deletions

View File

@@ -4,6 +4,9 @@ allprojects {
repositories {
jcenter()
mavenLocal()
maven {
url 'https://maven.google.com'
}
}
}