R8 warnings
Closed this issue · 0 comments
sergeykomlach commented
During the build, in the build log, appears Jetifier warnings about simultaneous usage of AndroidX and android.support dependencies.
WARNING: [Processor] Library '~~~\biometric-2.2.4.aar' contains references to both AndroidX and old support library. This seems like the library is partially migrated. Jetifier will try to rewrite the library anyway.
Example of androidX reference: 'androidx/core/app/NotificationManagerCompat'
Example of support library reference: 'android/support/annotation/NonNull