Android gradle build files (triangle)

This commit is contained in:
saschawillems 2018-04-29 12:28:43 +02:00
parent 2d48a76138
commit 3cde83945e
13 changed files with 508 additions and 0 deletions

19
android/build.gradle Normal file
View file

@ -0,0 +1,19 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
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()
}
}