aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorPhilJay <phil.jahoda@gmail.com>2016-09-04 10:44:23 +0200
committerPhilJay <phil.jahoda@gmail.com>2016-09-04 10:44:23 +0200
commit7b33554d5be299ff922a182b06704fa95f950dfa (patch)
tree4a0ff68cdb7ef803896c376fe1142f8fd9cf850f /build.gradle
parent02cf2c1b97ae6075a8fb234d3c2a20ff9b44bb70 (diff)
downloadMPAndroidChart-7b33554d5be299ff922a182b06704fa95f950dfa.tar.gz
Minor changes & documentation
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 3dfff3b2..588bad10 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath "io.realm:realm-gradle-plugin:1.1.0"
- classpath 'com.android.tools.build:gradle:2.1.2'
+ classpath 'com.android.tools.build:gradle:2.1.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
}
}