A root build.gradle file is now common

This commit is contained in:
Daniel Martí 2015-08-20 10:35:10 -07:00
parent 487da9615f
commit 4f40160c40
1 changed files with 0 additions and 6 deletions

View File

@ -1,9 +1,3 @@
/**
* This is *NOT* the main build script for F-Droid. The main build.gradle
* is in F-Droid/build.gradle. Usually multi-project builds don't have a
* build.gradle in the top level directory (http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Dependencies-Android-Libraries-and-Multi-project-setup).
*/
buildscript {
repositories {
jcenter()