From a33e2f442e838ad36c293c5192b6743759e7c0b9 Mon Sep 17 00:00:00 2001 From: Venny Date: Mon, 20 Jul 2020 17:46:57 +0200 Subject: [PATCH] Remove mapbox/vtm from gradle config --- play-services-core/build.gradle | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/play-services-core/build.gradle b/play-services-core/build.gradle index ac69bfa0..e9e4f94b 100644 --- a/play-services-core/build.gradle +++ b/play-services-core/build.gradle @@ -16,11 +16,6 @@ apply plugin: 'com.android.application' -configurations { - mapboxImplementation - vtmImplementation -} - dependencies { implementation "com.squareup.wire:wire-runtime:1.6.1" implementation "de.hdodenhof:circleimageview:1.3.0" @@ -88,17 +83,6 @@ android { } } - flavorDimensions 'maps' - productFlavors { - mapbox { - dimension 'maps' - } - vtm { - dimension 'maps' - versionNameSuffix '-vtm' - } - } - compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8