Update some dependencies

here
cpfeiffer 2015-11-01 23:32:43 +01:00
parent c27459b6cc
commit d8960c4e16
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ def ABORT_ON_CHECK_FAILURE=false
android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
buildToolsVersion "23.0.2"
defaultConfig {
applicationId "nodomain.freeyourgadget.gadgetbridge"
@ -46,7 +46,7 @@ dependencies {
compile 'com.android.support:support-v4:23.1.0'
compile 'com.github.tony19:logback-android-classic:1.1.1-4'
compile 'org.slf4j:slf4j-api:1.7.7'
compile 'com.github.PhilJay:MPAndroidChart:v2.1.4'
compile 'com.github.PhilJay:MPAndroidChart:v2.1.5'
compile 'com.github.pfichtner:durationformatter:0.1.1'
}

View File

@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'com.android.tools.build:gradle:1.3.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files