fix add namespace to yandex-map and base-map

This commit is contained in:
Bogdan Terehov 2024-05-01 18:38:51 +03:00
parent 985a5658f0
commit 14f2d637aa
4 changed files with 10 additions and 2 deletions

View File

@ -1 +1,5 @@
apply from: "../android-configs/lib-config.gradle"
android {
namespace = "ru.touchin.basemap"
}

View File

@ -1 +1 @@
<manifest package="ru.touchin.basemap"/>
<manifest />

View File

@ -13,3 +13,7 @@ dependencies {
}
}
}
android {
namespace = "ru.touchin.yandexmap"
}

View File

@ -1 +1 @@
<manifest package="ru.touchin.yandexmap"/>
<manifest />