Closed darktiny closed 2 years ago
@darktiny Sorry for my late response and thank you for your report. Your report will be corrected in the next update.
Until the update, add android.enableJetifier=true
to the gradle.properties
file as a temporary workaround.
Thank you for your patience and understanding.
@darktiny We have fixed this issue where apps configured to use AndroidX could not be built if Jetifier was not used. We would appreciate your confirmation that this update will resolve the issue.
Thank you for your patience!
@bandit-ibayashi fixed
I don't understand why
starioextension
needsappcompat
, but it did. Please migrate fromandroid support
toandroidx
. Since it's the only third party lib that still need android support libs in my project. And I have to enableJetifier
just because of this.