Skip to content

Commit

Permalink
Use latest 2.1.x Android Gradle plugin version
Browse files Browse the repository at this point in the history
I know that wildcards shouldn't be used, but I'm not keen on constantly
updating the project for minor improvements. The compromise is to use
new minor versions automatically.
  • Loading branch information
rovo89 committed Jul 6, 2016
1 parent cbd033e commit a70a391
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 @@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
classpath 'com.android.tools.build:gradle:2.1.+'
}
}

Expand Down

0 comments on commit a70a391

Please sign in to comment.