aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsync/build.gradle
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2014-07-10 22:42:24 -0700
committerKoushik Dutta <koushd@gmail.com>2014-07-10 22:42:24 -0700
commit84df7c6222381ad3301d434163acce3358c1a5bc (patch)
tree934022151a4c48c973c3edd274c4def432754feb /AndroidAsync/build.gradle
parentced6f25d9b57d9e3d5f661a1dca06209ad27823d (diff)
downloadAndroidAsync-84df7c6222381ad3301d434163acce3358c1a5bc.tar.gz
AndroidAsync-84df7c6222381ad3301d434163acce3358c1a5bc.tar.bz2
AndroidAsync-84df7c6222381ad3301d434163acce3358c1a5bc.zip
DataEmitters now have charset hints.
Diffstat (limited to 'AndroidAsync/build.gradle')
-rw-r--r--AndroidAsync/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidAsync/build.gradle b/AndroidAsync/build.gradle
index 8b0a4df..bca715f 100644
--- a/AndroidAsync/build.gradle
+++ b/AndroidAsync/build.gradle
@@ -3,7 +3,7 @@ buildscript {
maven { url 'http://repo1.maven.org/maven2' }
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:+'
}
}
apply plugin: 'com.android.library'
@@ -34,5 +34,5 @@ android {
// upload to maven task
if (System.getenv().I_AM_KOUSH == 'true') {
- apply from: 'https://raw.github.com/koush/mvn-repo/master/maven.gradle'
+ apply from: 'https://raw.githubusercontent.com/koush/mvn-repo/master/maven.gradle'
}