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.com>2016-07-19 06:09:44 +0300
committerAndrew Comminos <andrew@comminos.com>2016-07-19 06:09:44 +0300
commit5201a413d431465922c3d48430af9cc54a79e7eb (patch)
tree0f42e4aa64453861e47568a3669fac21776fbc92
parentd2989367e745ca39362bc68a5502adebcaee6499 (diff)
Upgrade Android build tools.
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 449c2b2..5d23124 100644
--- a/build.gradle
+++ b/build.gradle
@@ -20,7 +20,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:1.0.0'
+ classpath 'com.android.tools.build:gradle:2.1.2'
}
}
apply plugin: 'com.android.library'