Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Comminos <andrew.comminos@fullboar.ca>2014-01-28 02:41:01 +0400
committerAndrew Comminos <andrew.comminos@fullboar.ca>2014-01-28 02:41:01 +0400
commit61d32f5d49978169452214944892600be8d46d07 (patch)
tree07b2b87ae20902ed2bb7a7ec9dbfe06b62963fb0 /build.gradle
parent0833aa5a494216b652d2e7db911246df91e9ab98 (diff)
Update build.gradle
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index e2bc290..a0feac5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -19,7 +19,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.7.+'
+ classpath 'com.android.tools.build:gradle:0.8.+'
}
}
apply plugin: 'android-library'