Guest User

Untitled

a guest
Sep 17th, 2015
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Top-level build file where you can add configuration options common to all sub-projects/modules.
  2. buildscript {
  3.     repositories {
  4.         jcenter()
  5.         mavenCentral()
  6.     }
  7.     dependencies {
  8.         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:0.13.1513"
  9.         classpath 'com.android.tools.build:gradle:1.3.0'
  10.         classpath 'me.tatarka:gradle-retrolambda:3.2.2'
  11.         classpath 'com.neenbedankt.gradle.plugins:android-apt:1.7'
  12.     }
  13. }
  14. allprojects {
  15.     repositories {
  16.         jcenter()
  17.         mavenCentral()
  18.     }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment