diff options
Diffstat (limited to 'mapswithme-api/build.gradle')
-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 { |