Skip to content

Commit

Permalink
Updated build tooling & support lib
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Apr 15, 2017
1 parent f84fc07 commit e1623f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -8,7 +8,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
Expand All @@ -24,7 +24,7 @@ allprojects {
globalTargetSdkVersion = 25
globalCompileSdkVersion = 25
globalBuildToolsVersion = '25.0.2'
supportLibVersion = '25.2.0'
supportLibVersion = '25.3.1'
timberVersion = '4.5.1'
}
}

0 comments on commit e1623f5

Please sign in to comment.