summaryrefslogtreecommitdiff
path: root/compilerCommon
diff options
context:
space:
mode:
authorYigit Boyar <yboyar@google.com>2015-07-15 19:33:41 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-07-15 19:33:43 +0000
commit5501d3ac436eaf975383b6d1e3d9fd7bcf73b4fa (patch)
treec8323c7fb713b781bca9ceef18b2c0c277c8fee8 /compilerCommon
parenta649c6ce3f6eb4882221e77a1d27e0d28c4c13a0 (diff)
parent24bec1cc542de69e0e21cc774469f20d34811ad9 (diff)
downloaddata-binding-5501d3ac436eaf975383b6d1e3d9fd7bcf73b4fa.tar.gz
Merge "Localize Maven" into mnc-dev
Diffstat (limited to 'compilerCommon')
-rw-r--r--compilerCommon/build.gradle5
1 files changed, 1 insertions, 4 deletions
diff --git a/compilerCommon/build.gradle b/compilerCommon/build.gradle
index 4a5577c9..61477dad 100644
--- a/compilerCommon/build.gradle
+++ b/compilerCommon/build.gradle
@@ -19,9 +19,6 @@ apply plugin: 'com.android.databinding.bintray'
sourceCompatibility = config.javaTargetCompatibility
targetCompatibility = config.javaSourceCompatibility
-repositories {
- mavenCentral()
-}
sourceSets {
main {
@@ -40,7 +37,7 @@ sourceSets {
}
dependencies {
- testCompile group: 'junit', name: 'junit', version: '4.11'
+ testCompile group: 'junit', name: 'junit', version: '4.12'
compile project(':baseLibrary')
compile 'org.apache.commons:commons-lang3:3.3.2'
compile 'com.tunnelvisionlabs:antlr4:4.5'