react-native-macos/build.gradle

23 строки
494 B
Groovy
Исходник Обычный вид История

// Copyright 2015-present Facebook. All Rights Reserved.
buildscript {
repositories {
jcenter()
mavenLocal()
}
dependencies {
2015-09-17 16:33:23 +03:00
classpath 'com.android.tools.build:gradle:1.3.1'
classpath 'de.undercouch:gradle-download-task:1.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
mavenLocal()
}
}