diff options
author | Samuel Tardieu <sam@rfc1149.net> | 2014-08-06 11:41:50 +0200 |
---|---|---|
committer | Samuel Tardieu <sam@rfc1149.net> | 2014-08-06 11:41:50 +0200 |
commit | f3d487eab86a3382a3c9d1b4c7f42c960534daea (patch) | |
tree | 7c4c1087bd19d13491152025bf4b454c78f9d948 /mapswithme-api | |
parent | 16164a1f99e1cce98d7e84b6532c0f5355acab34 (diff) | |
download | cgeo-f3d487eab86a3382a3c9d1b4c7f42c960534daea.zip cgeo-f3d487eab86a3382a3c9d1b4c7f42c960534daea.tar.gz cgeo-f3d487eab86a3382a3c9d1b4c7f42c960534daea.tar.bz2 |
Update build tools for Gradle to version 20
Diffstat (limited to 'mapswithme-api')
-rw-r--r-- | mapswithme-api/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mapswithme-api/build.gradle b/mapswithme-api/build.gradle index fec7ad7..1a12c73 100644 --- a/mapswithme-api/build.gradle +++ b/mapswithme-api/build.gradle @@ -6,7 +6,7 @@ dependencies { android { compileSdkVersion 19 - buildToolsVersion "19.1.0" + buildToolsVersion "20" sourceSets { main { |