Skip to content

Instantly share code, notes, and snippets.

@jraska
Created May 22, 2020 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jraska/44deff16a77fc6beaab7d90df4a0d6d6 to your computer and use it in GitHub Desktop.
Save jraska/44deff16a77fc6beaab7d90df4a0d6d6 to your computer and use it in GitHub Desktop.
class Dependencies : Plugin<Project> {
override fun apply(project: Project) {
// Possibly common dependencies or can stay empty
}
companion object {
val FIREBASE_MESSAGING = "com.google.firebase:firebase-messaging:20.1.7"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment