Skip to content

Commit

Permalink
Updating build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
audaciouscode committed Jun 12, 2017
1 parent 11b6f41 commit 30ab595
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'com.android.tools.build:gradle:2.3.3'
}
}

Expand Down Expand Up @@ -45,8 +45,8 @@ android {
compile 'com.github.scribejava:scribejava-core:3.0.0'
compile 'commons-codec:commons-codec:1.10'
compile 'com.android.support:customtabs:25.3.1'
compile 'com.google.android.gms:play-services-fitness:10.2.6'
compile 'com.google.android.gms:play-services-auth:10.2.6'
compile 'com.google.android.gms:play-services-fitness:11.0.0'
compile 'com.google.android.gms:play-services-auth:11.0.0'
}

compileSdkVersion 25
Expand Down

0 comments on commit 30ab595

Please sign in to comment.