DT @21.09.2015: Gradle Scripts hinzugefügt...

This commit is contained in:
Dennis Thießen
2015-09-21 19:44:17 +02:00
parent d4230ba969
commit f0afe1df3d
4 changed files with 53 additions and 0 deletions

14
build.gradle Normal file
View File

@@ -0,0 +1,14 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
maven { url 'https://maven.fabric.io/public' }
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.google.gms:google-services:1.3.0-beta1'
classpath 'io.fabric.tools:gradle:1.+'
}
}