Skip to content

Instantly share code, notes, and snippets.

@magdamiu
Created July 4, 2019 18:19
Add google() repository in order to use WorkManager
allprojects {
repositories {
google()
jcenter()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment