Created
September 19, 2016 20:47
-
-
Save fabiomsr/4658592b04d6f393f790bcf4b5394234 to your computer and use it in GitHub Desktop.
Plugins list
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
| ext { | |
| /// Versions | |
| /// Libs | |
| /// Modules Dependencies | |
| /// Modules | |
| /// Plugins | |
| appPlugins = [ | |
| 'com.neenbedankt.android-apt', | |
| 'realm-android', | |
| 'me.tatarka.retrolambda' | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment