Add Gradle files

This commit is contained in:
Herbert Reiter
2020-01-02 17:03:31 +01:00
parent a6a6abc64b
commit 510a54d77b
4 changed files with 83 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
google()
}
}