Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Не отображается логотип при IsShrinkResources = true #314

Open
Ramozjikevic opened this issue Sep 23, 2019 · 1 comment

Comments

@Ramozjikevic
Copy link

Пропадает логотип yandex, когда собираю религиозную версию, во всех остальных случаях все работает.
Приложение находится в отдельном модуле. В главном gradle написаны следующие строчки
buildTypes {
getByName ("release") {
isShrinkResources = true
isMinifyEnabled = true
proguardFiles (getDefaultProguardFile ("proguard-android.txt"), "proguard-rules.pro")
}
}
И именно из- за строчки isShrinkResources = true у меня не отображается логотип на карте, я пробовал писать в proguard множество всех различных правил.

-keep класса ru.yandex **
-keep класса com.yandex **
-keep класса ru.yandex. ** { ; }
-keep класс com.yandex. * {*; }

пакет с моим модулем
-keep com.feature.map ** { ; }
-keep com.feature.map *

IsShrinkResources = false, но как мне кажется, это не решение проблемы

@gumam
Copy link

gumam commented Mar 30, 2021

Аналогичное поведение.
isShrinkResources = true и пропадает логотип Яндекс

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants