Johan Schoeman Expert Licensed User Longtime User Jan 1, 2020 #1 Just need some clarification - when compiling a wrapper into a library and then Jetify it in the B4A project, do one need to Jetify it again every time that one makes changes to the library/wrapper and recompile the wrapper/library?
Just need some clarification - when compiling a wrapper into a library and then Jetify it in the B4A project, do one need to Jetify it again every time that one makes changes to the library/wrapper and recompile the wrapper/library?
DonManfred Expert Licensed User Longtime User Jan 1, 2020 #2 If the wrapperlibs need to be jetified, yes. At least this is what i am doing.
Erel B4X founder Staff member Licensed User Longtime User Jan 1, 2020 #3 Only libraries that reference android.support need to be jetified. For new libraries you can reference AndroidX directly.
Only libraries that reference android.support need to be jetified. For new libraries you can reference AndroidX directly.