https://github.com/opengemara/shiurim
Revision be7c6eb2e98c30a02c2062e304901d67e8c6cce0 authored by Y D on 18 May 2016, 08:48:17 UTC, committed by Y D on 18 May 2016, 08:48:17 UTC
2 parent s f7f38ff + 15d468d
Raw File
Tip revision: be7c6eb2e98c30a02c2062e304901d67e8c6cce0 authored by Y D on 18 May 2016, 08:48:17 UTC
Merge branch 'master' of github.com:opengemara/shiurim
Tip revision: be7c6eb
build.gradle
// 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.1.0'

        // 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
}
back to top