first commit

This commit is contained in:
slymax
2018-07-10 21:05:52 +02:00
commit 290bcbbc0d
24 changed files with 534 additions and 0 deletions

17
build.gradle Executable file
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()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
}
}
allprojects {
repositories {
jcenter()
}
}