diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-04-20 13:03:14 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-05-19 11:46:28 +0200 |
commit | d4d92a17cf835ae6933bd88f573ac8733003047b (patch) | |
tree | 7e6ee9fd864941a7580cbe0a3c43099469583c83 /mapswithme-api | |
parent | 78a90eb7a85065203091a24b535c07706984523b (diff) | |
download | cgeo-d4d92a17cf835ae6933bd88f573ac8733003047b.zip cgeo-d4d92a17cf835ae6933bd88f573ac8733003047b.tar.gz cgeo-d4d92a17cf835ae6933bd88f573ac8733003047b.tar.bz2 |
Update original gradle support for current master
Add gradle wrapper to ease building with gradle
Add support for maps-with-me in gradle build
Update libraries for 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 12dac15..fec7ad7 100644 --- a/mapswithme-api/build.gradle +++ b/mapswithme-api/build.gradle @@ -6,7 +6,7 @@ dependencies { android { compileSdkVersion 19 - buildToolsVersion "19" + buildToolsVersion "19.1.0" sourceSets { main { |