Showing
3 changed files
with
4 additions
and
3 deletions
| ... | ... | @@ -6,10 +6,11 @@ buildscript { |
| 6 | 6 | } |
| 7 | 7 | |
| 8 | 8 | dependencies { |
| 9 | - classpath 'com.android.tools.build:gradle:2.1.3' | |
| 9 | + classpath 'com.android.tools.build:gradle:2.3.0' | |
| 10 | 10 | // classpath 'me.tatarka:gradle-retrolambda:3.2.3' |
| 11 | 11 | // classpath 'me.tatarka.retrolambda.projectlombok:lombok.ast:0.2.3.a2' |
| 12 | 12 | classpath 'com.antfortune.freeline:gradle:0.8.3' |
| 13 | + classpath "io.realm:realm-gradle-plugin:2.0.2" | |
| 13 | 14 | } |
| 14 | 15 | // configurations.classpath.exclude group: 'com.android.tools.external.lombok' |
| 15 | 16 | } | ... | ... |
Please
register
or
login
to post a comment