https://github.com/opengemara/shiurim
Revision 684477d7e809500265e293f07cdebacdd4e87f73 authored by Y D on 20 May 2016, 02:10:48 UTC, committed by Y D on 20 May 2016, 02:10:48 UTC
1 parent d8b894e
Tip revision: 684477d7e809500265e293f07cdebacdd4e87f73 authored by Y D on 20 May 2016, 02:10:48 UTC
Fixed version
Fixed version
Tip revision: 684477d
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 ...