From fe9c4f94840c799a5e32490ec263a1f4d8ebb023 Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Sun, 17 Jun 2018 16:58:20 +0200 Subject: [PATCH] Remove warnings' --- OsmAnd/build.gradle | 1 - plugins/Osmand-Nautical/build.gradle | 8 ++++---- plugins/Osmand-ParkingPlugin/build.gradle | 8 ++++---- plugins/Osmand-SRTMPlugin/build.gradle | 8 ++++---- plugins/Osmand-Skimaps/build.gradle | 8 ++++---- 5 files changed, 16 insertions(+), 17 deletions(-) diff --git a/OsmAnd/build.gradle b/OsmAnd/build.gradle index 7dd7f60baa..5b04feee61 100644 --- a/OsmAnd/build.gradle +++ b/OsmAnd/build.gradle @@ -82,7 +82,6 @@ android { } dexOptions { - incremental true javaMaxHeapSize "4g" } diff --git a/plugins/Osmand-Nautical/build.gradle b/plugins/Osmand-Nautical/build.gradle index d595b07703..d99e61ddba 100644 --- a/plugins/Osmand-Nautical/build.gradle +++ b/plugins/Osmand-Nautical/build.gradle @@ -66,11 +66,11 @@ def analytics = System.getenv("USE_FIREBASE_FOR_PLUGINS") dependencies { if (analytics) { - compile 'com.google.firebase:firebase-core:9.8.0' - compile 'com.google.firebase:firebase-config:9.8.0' + implementation 'com.google.firebase:firebase-core:9.8.0' + implementation 'com.google.firebase:firebase-config:9.8.0' } - compile 'com.android.support:appcompat-v7:23.3.0' - compile 'com.android.support:design:23.3.0' + implementation 'com.android.support:appcompat-v7:23.3.0' + implementation 'com.android.support:design:23.3.0' } if (analytics) { diff --git a/plugins/Osmand-ParkingPlugin/build.gradle b/plugins/Osmand-ParkingPlugin/build.gradle index 29ce3199e9..a382b03e1f 100644 --- a/plugins/Osmand-ParkingPlugin/build.gradle +++ b/plugins/Osmand-ParkingPlugin/build.gradle @@ -66,11 +66,11 @@ def analytics = System.getenv("USE_FIREBASE_FOR_PLUGINS") dependencies { if (analytics) { - compile 'com.google.firebase:firebase-core:9.8.0' - compile 'com.google.firebase:firebase-config:9.8.0' + implementation 'com.google.firebase:firebase-core:9.8.0' + implementation 'com.google.firebase:firebase-config:9.8.0' } - compile 'com.android.support:appcompat-v7:23.3.0' - compile 'com.android.support:design:23.3.0' + implementation 'com.android.support:appcompat-v7:23.3.0' + implementation 'com.android.support:design:23.3.0' } if (analytics) { diff --git a/plugins/Osmand-SRTMPlugin/build.gradle b/plugins/Osmand-SRTMPlugin/build.gradle index f32085c9e5..17cefb07cf 100644 --- a/plugins/Osmand-SRTMPlugin/build.gradle +++ b/plugins/Osmand-SRTMPlugin/build.gradle @@ -66,11 +66,11 @@ def analytics = System.getenv("USE_FIREBASE_FOR_PLUGINS") dependencies { if (analytics) { - compile 'com.google.firebase:firebase-core:9.8.0' - compile 'com.google.firebase:firebase-config:9.8.0' + implementation 'com.google.firebase:firebase-core:9.8.0' + implementation 'com.google.firebase:firebase-config:9.8.0' } - compile 'com.android.support:appcompat-v7:23.3.0' - compile 'com.android.support:design:23.3.0' + implementation 'com.android.support:appcompat-v7:23.3.0' + implementation 'com.android.support:design:23.3.0' } if (analytics) { diff --git a/plugins/Osmand-Skimaps/build.gradle b/plugins/Osmand-Skimaps/build.gradle index 49e99647e4..54b0aba163 100644 --- a/plugins/Osmand-Skimaps/build.gradle +++ b/plugins/Osmand-Skimaps/build.gradle @@ -67,11 +67,11 @@ def analytics = System.getenv("USE_FIREBASE_FOR_PLUGINS") dependencies { if (analytics) { - compile 'com.google.firebase:firebase-core:9.8.0' - compile 'com.google.firebase:firebase-config:9.8.0' + implementation 'com.google.firebase:firebase-core:9.8.0' + implementation 'com.google.firebase:firebase-config:9.8.0' } - compile 'com.android.support:appcompat-v7:23.3.0' - compile 'com.android.support:design:23.3.0' + implementation 'com.android.support:appcompat-v7:23.3.0' + implementation 'com.android.support:design:23.3.0' } if (analytics) {