Skip to content

Commit

Permalink
build.gradle: Don't specify buildToolsVersion
Browse files Browse the repository at this point in the history
This is not needed since android plugin 3.x.
  • Loading branch information
AlvaroBrey committed Sep 21, 2018
1 parent 0841cd7 commit 51784b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Calendula/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ task copyTestClasses(type: Copy) {

android {
compileSdkVersion 27
buildToolsVersion '27.0.3'
defaultConfig {
minSdkVersion 18
targetSdkVersion 26
Expand Down

0 comments on commit 51784b5

Please sign in to comment.