https://github.com/opengemara/shiurim
Revision f7f38ff872cdfddec58326ef8ac0d14ae16a8d43 authored by Y D on 18 May 2016, 08:43:18 UTC, committed by Y D on 18 May 2016, 08:43:18 UTC
1 parent 2d88800
Tip revision: f7f38ff872cdfddec58326ef8ac0d14ae16a8d43 authored by Y D on 18 May 2016, 08:43:18 UTC
Finished Length
Finished Length
Tip revision: f7f38ff
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
}

Computing file changes ...