Created
December 23, 2017 13:56
-
-
Save mrabelwahed/5bf9042fcaaecd71c073b0502663894f 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
| // Top-level build file where you can add configuration options common to all sub-projects/modules. | |
| buildscript { | |
| repositories { | |
| jcenter() | |
| } | |
| dependencies { | |
| classpath 'com.android.tools.build:gradle:2.3.3' | |
| classpath "io.realm:realm-gradle-plugin:4.2.0" | |
| classpath 'me.tatarka:gradle-retrolambda:3.7.0' | |
| } | |
| } | |
| allprojects { | |
| repositories { | |
| jcenter() | |
| } | |
| } | |
| task clean(type: Delete) { | |
| delete rootProject.buildDir | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment