ofload / native_updater

Flutter package to embed native in-app updater
MIT License
56 stars 48 forks source link

native_updater package is not working building apk with --split-per-abi #36

Closed normatov07 closed 1 year ago

normatov07 commented 2 years ago

In my project, I test in debug and building apk with flutter build apk command, and this package work for them, but if I build it with —split-per-abi, it doesn't work. What could I do on this ?