habitica-android/build.gradle

19 lines
506 B
Groovy
Raw Normal View History

2015-04-12 11:54:29 +00:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
2016-10-17 06:47:49 +00:00
classpath 'com.android.tools.build:gradle:2.2.1'
2015-12-16 16:55:57 +00:00
classpath 'com.android.databinding:dataBinder:1.0-rc4'
2015-12-16 16:52:46 +00:00
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
2016-06-27 18:28:00 +00:00
classpath 'com.google.gms:google-services:3.0.0'
2015-04-12 11:54:29 +00:00
}
}
allprojects {
repositories {
jcenter()
}
}