forked from Fortyseven/ToneDef
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.gradle
More file actions
30 lines (27 loc) · 886 Bytes
/
build.gradle
File metadata and controls
30 lines (27 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*******************************************************************************
* ________ ____ ____
* _/_ __/___ ____ ___ / __ \___ / __/
* __/ / / __ \/ __ \/ _ \/ / / / _ \/ /_
* _/ / / /_/ / / / / __/ /_/ / __/ __/
* /_/ \____/_/ /_/\___/_____/\___/_/
*
* Copyright (c) 2015 Bytes Templar
* http://BytesTemplar.com/
*
* Refer to the license.txt file included for license information.
* If it is missing, contact fortyseven@gmail.com for details.
******************************************************************************/
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
}
}
allprojects {
repositories {
mavenCentral()
}
}