Предупреждение: Не удается найти ссылочный класс android.app.slice.SliceManager при переходе с firebase-appindexing 16.0.2 на 17.1.0. - PullRequest
0 голосов
/ 26 марта 2019

Когда я мигрирую с

implementation "com.google.firebase:firebase-appindexing:16.0.2"
implementation "com.google.firebase:firebase-core:16.0.8"
implementation "com.google.firebase:firebase-config:16.4.0"

на

implementation "com.google.firebase:firebase-appindexing:17.1.0"
implementation "com.google.firebase:firebase-core:16.0.8"
implementation "com.google.firebase:firebase-config:16.4.0"

Предупреждение Proguard, как показано ниже (3 раза)

Warning: com.google.firebase.appindexing.internal.zzab: can't find referenced class android.app.slice.SliceManager

Это действительное предупреждение?Безопасно ли подавить это с помощью нижеследующего?

-dontwarn com.google.firebase.appindexing.internal.**
...