changes for NoNet-Release

add project converted to Android Studio
This commit is contained in:
Philipp Crocoll
2016-08-20 20:47:52 +02:00
parent a1c1c142a1
commit 84a1dac535
502 changed files with 18699 additions and 19 deletions

View File

@@ -0,0 +1,17 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
}
}
allprojects {
repositories {
jcenter()
}
}
dependencies {
}