Skip to content

Commit

Permalink
bump to latest gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc3m1 committed Apr 16, 2017
1 parent dbb002e commit 93032d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.android.tools.build:gradle:2.3.1'
}
}

Expand All @@ -20,5 +20,5 @@ allprojects {

ext {
compileSdkVersion = 25
buildToolsVersion = "25.0.1"
buildToolsVersion = "25.0.2"
}

0 comments on commit 93032d2

Please sign in to comment.