diff options
author | Parménides GV <parmegv@sdf.org> | 2015-04-22 18:24:57 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2015-04-22 18:24:57 +0200 |
commit | 6d8c46a683f4061730256815dfb9ab635e0729b2 (patch) | |
tree | c1bafa06dbe74349c14a43e3e30752940694de6a /app | |
parent | 7b36438c5ce3b2c76a738caff8f540248e62cc20 (diff) |
Updated BuildTools and gradle Android plugin
This fixes the "task cleanTest is not found"
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 77769989..112963b0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'android' android { compileSdkVersion 21 - buildToolsVersion "21.1.2" + buildToolsVersion "22.0.1" signingConfigs { release { |