aboutsummaryrefslogtreecommitdiffstats
path: root/mapswithme-api
diff options
context:
space:
mode:
Diffstat (limited to 'mapswithme-api')
-rw-r--r--mapswithme-api/.settings/org.eclipse.jdt.core.prefs4
-rw-r--r--mapswithme-api/build.gradle2
-rw-r--r--mapswithme-api/mapswithme-api.iml1
3 files changed, 5 insertions, 2 deletions
diff --git a/mapswithme-api/.settings/org.eclipse.jdt.core.prefs b/mapswithme-api/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..48ab4c6
--- /dev/null
+++ b/mapswithme-api/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,4 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.source=1.6
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 {
diff --git a/mapswithme-api/mapswithme-api.iml b/mapswithme-api/mapswithme-api.iml
index 488455c..4d01e37 100644
--- a/mapswithme-api/mapswithme-api.iml
+++ b/mapswithme-api/mapswithme-api.iml
@@ -17,7 +17,6 @@
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
- <output url="file://$MODULE_DIR$/bin/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />