fix add namespace to yandex-map and base-map
This commit is contained in:
parent
985a5658f0
commit
14f2d637aa
|
|
@ -1 +1,5 @@
|
|||
apply from: "../android-configs/lib-config.gradle"
|
||||
|
||||
android {
|
||||
namespace = "ru.touchin.basemap"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
<manifest package="ru.touchin.basemap"/>
|
||||
<manifest />
|
||||
|
|
|
|||
|
|
@ -13,3 +13,7 @@ dependencies {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "ru.touchin.yandexmap"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
<manifest package="ru.touchin.yandexmap"/>
|
||||
<manifest />
|
||||
|
|
|
|||
Loading…
Reference in New Issue