Created
May 22, 2020 22:13
-
-
Save jraska/44deff16a77fc6beaab7d90df4a0d6d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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