https://github.com/opengemara/shiurim
Revision 15d468d9625be3b7062fe930e701353a456f5884 authored by opengemara on 18 May 2016, 05:52:55 UTC, committed by opengemara on 18 May 2016, 05:52:55 UTC
Allow Apache2 compatibility
1 parent 2d88800
Raw File
Tip revision: 15d468d9625be3b7062fe930e701353a456f5884 authored by opengemara on 18 May 2016, 05:52:55 UTC
Update LICENSE
Tip revision: 15d468d
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