This commit is contained in:
X1nto 2020-07-20 21:31:25 +04:00
commit ac5973c8cc
1 changed files with 0 additions and 16 deletions

View File

@ -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