Skip to content

Commit

Permalink
Merge pull request #148 from vanniktech/update_latest_android_tools
Browse files Browse the repository at this point in the history
Update to latest Gradle Android Tools (2.1.3)
  • Loading branch information
dlew authored Aug 25, 2016
2 parents f678512 + a6ee7f7 commit 41ca9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
classpath 'com.android.tools.build:gradle:2.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$verKotlin"
classpath "org.jetbrains.kotlin:kotlin-android-extensions:$verKotlin"
classpath 'com.github.ben-manes:gradle-versions-plugin:0.13.0'
Expand Down

0 comments on commit 41ca9ed

Please sign in to comment.