summaryrefslogtreecommitdiff
path: root/remoteExample
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2014-06-06 23:02:33 +0200
committerArne Schwabe <arne@rfc2549.org>2014-06-06 23:02:33 +0200
commit97b1bc739b48eed911f18801b39ea7bcb5754658 (patch)
treed1f5a415951e865d68dde994adbad7795e216553 /remoteExample
parent05a92d143b21af734d0826ab862e8be030686e09 (diff)
gradle update
--HG-- extra : rebase_source : 459d875f232fed9123407fe9379122127abc1f47
Diffstat (limited to 'remoteExample')
-rw-r--r--remoteExample/build.gradle11
1 files changed, 1 insertions, 10 deletions
diff --git a/remoteExample/build.gradle b/remoteExample/build.gradle
index 59e37fbd..7f34384c 100644
--- a/remoteExample/build.gradle
+++ b/remoteExample/build.gradle
@@ -1,17 +1,8 @@
-buildscript {
- repositories {
- mavenCentral()
- }
- dependencies {
- classpath 'com.android.tools.build:gradle:0.9.+'
- }
-}
-
apply plugin: 'android'
android {
compileSdkVersion 19
- buildToolsVersion "19.0.3"
+ buildToolsVersion "19.1.0"
defaultConfig {
minSdkVersion 15