mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-01 00:42:39 +00:00
Merge pull request #15 from Mattis6666/master
Remove mapbox/vtm from gradle config
This commit is contained in:
commit
a763d5dff1
1 changed files with 0 additions and 16 deletions
|
@ -16,11 +16,6 @@
|
||||||
|
|
||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
configurations {
|
|
||||||
mapboxImplementation
|
|
||||||
vtmImplementation
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "com.squareup.wire:wire-runtime:1.6.1"
|
implementation "com.squareup.wire:wire-runtime:1.6.1"
|
||||||
implementation "de.hdodenhof:circleimageview:1.3.0"
|
implementation "de.hdodenhof:circleimageview:1.3.0"
|
||||||
|
@ -88,17 +83,6 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
flavorDimensions 'maps'
|
|
||||||
productFlavors {
|
|
||||||
mapbox {
|
|
||||||
dimension 'maps'
|
|
||||||
}
|
|
||||||
vtm {
|
|
||||||
dimension 'maps'
|
|
||||||
versionNameSuffix '-vtm'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_1_8
|
sourceCompatibility JavaVersion.VERSION_1_8
|
||||||
targetCompatibility JavaVersion.VERSION_1_8
|
targetCompatibility JavaVersion.VERSION_1_8
|
||||||
|
|
Loading…
Reference in a new issue