| Aurimas Liutikas | 9697da7 | 2016-12-22 15:50:42 -0800 | [diff] [blame] | 1 | apply plugin: 'groovy' |
| 2 | |
| Aurimas Liutikas | f09d858 | 2017-01-20 21:49:51 -0800 | [diff] [blame] | 3 | apply from: "dependencies.gradle" |
| 4 | |
| Aurimas Liutikas | 9ab3b4c3 | 2017-04-19 09:33:27 -0700 | [diff] [blame^] | 5 | ext.supportRootFolder = project.projectDir.getParentFile() |
| 6 | apply from: 'repos.gradle' |
| 7 | |
| 8 | repos.addMavenRepositories(repositories) |
| 9 | |
| Aurimas Liutikas | 9697da7 | 2016-12-22 15:50:42 -0800 | [diff] [blame] | 10 | dependencies { |
| Aurimas Liutikas | f09d858 | 2017-01-20 21:49:51 -0800 | [diff] [blame] | 11 | compile libs.gradle |
| Aurimas Liutikas | f1d3a82 | 2017-03-07 17:41:39 -0800 | [diff] [blame] | 12 | compile libs.error_prone |
| Siyamed Sinir | c29ea5f | 2017-03-07 22:10:01 -0800 | [diff] [blame] | 13 | compile libs.jarjar_gradle |
| Aurimas Liutikas | 9697da7 | 2016-12-22 15:50:42 -0800 | [diff] [blame] | 14 | } |