diff options
author | Samuel Tardieu <sam@rfc1149.net> | 2014-11-20 23:35:45 +0100 |
---|---|---|
committer | Samuel Tardieu <sam@rfc1149.net> | 2014-11-20 23:35:45 +0100 |
commit | 8789ab161eb02f12196715a36247a056cb18fcc7 (patch) | |
tree | a8c5ead1aaeff5df64e1070591a3ce28ca989ab2 /mapswithme-api | |
parent | 92844df1bdcf34256105de792aaeee305f4ae7d4 (diff) | |
download | cgeo-8789ab161eb02f12196715a36247a056cb18fcc7.zip cgeo-8789ab161eb02f12196715a36247a056cb18fcc7.tar.gz cgeo-8789ab161eb02f12196715a36247a056cb18fcc7.tar.bz2 |
Fix gradle build
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 1a12c73..34b3132 100644 --- a/mapswithme-api/build.gradle +++ b/mapswithme-api/build.gradle @@ -6,7 +6,7 @@ dependencies { android { compileSdkVersion 19 - buildToolsVersion "20" + buildToolsVersion "21.1" sourceSets { main { |