nextcloud-notes-android/build.gradle
Niedermann IT-Dienstleistungen 2a03c9d133 Update build tools version
2018-04-11 08:45:53 +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.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
google()
}
}