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-09-19 04:48:48 +0300
committerAndrew Comminos <andrew@comminos.com>2016-09-19 04:48:48 +0300
commitcf0991b5c81ebd87ceb3a9debba969928377fd09 (patch)
treeaf9669286916a2e93aafea27ba9e6f99737e94b9
parent5201a413d431465922c3d48430af9cc54a79e7eb (diff)
Update Gradle version to 2.1.3.
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 5d23124..153b0b7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -20,7 +20,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.1.2'
+ classpath 'com.android.tools.build:gradle:2.1.3'
}
}
apply plugin: 'com.android.library'