1
0
Fork 0
mirror of https://github.com/vanitasvitae/Spherical synced 2025-12-08 13:21:11 +01:00

Initial commit

This commit is contained in:
vanitasvitae 2017-09-12 14:54:41 +02:00
parent 645da0ba34
commit 547667a6e0
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
29 changed files with 469 additions and 0 deletions

23
build.gradle Normal file
View file

@ -0,0 +1,23 @@
// 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:2.3.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}