nextcloud-notes-android/build.gradle
Niedermann IT-Dienstleistungen 19fc0d611e Update dependencies
2018-04-06 20:36:35 +02:00

22 lines
500 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
google()
}
dependencies {
apply plugin: 'maven'
classpath 'com.android.tools.build:gradle:3.1.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
google()
}
}