summaryrefslogtreecommitdiff
path: root/main/build.gradle
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2017-05-27 20:55:24 +0200
committerArne Schwabe <arne@rfc2549.org>2017-05-27 20:55:24 +0200
commit715e6887d795a2e52290fd27e98b76c26b898830 (patch)
tree0509a3618b4ff2aa0d4463ffa88508f385a1de64 /main/build.gradle
parenta45c9521e35dec3c64e71de2cc4006cf3d2be785 (diff)
Implement graphs for traffic history
Diffstat (limited to 'main/build.gradle')
-rw-r--r--main/build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/build.gradle b/main/build.gradle
index dd68e170..f2b416bb 100644
--- a/main/build.gradle
+++ b/main/build.gradle
@@ -9,6 +9,7 @@ apply plugin: 'com.android.application'
repositories {
jcenter()
+ maven { url "https://jitpack.io" }
}
dependencies {
@@ -16,13 +17,14 @@ dependencies {
compile 'com.android.support:cardview-v7:25.3.1'
compile 'com.android.support:recyclerview-v7:25.3.1'
// compile 'ch.acra:acra:4.5.0'
+ compile 'com.github.PhilJay:MPAndroidChart:v3.0.2'
testCompile 'junit:junit:4.12'
}
android {
compileSdkVersion 25
- buildToolsVersion '25.0.2'
+ buildToolsVersion '25.0.3'
defaultConfig {
minSdkVersion 14