I have written a very small library. One class, with a Main module which does not become part of the library. In the Main module, I had
and I was seeing a library version 1.00 when loaded into an app.
I changed the Main module to
but I the library is still shown as version 1.00, even after moving the new files into the xtra libraries folder and reloading the app.
What am I missing?
B4X:
#VersionCode: 1
#VersionName: 00
I changed the Main module to
B4X:
#VersionCode: 1
#VersionName: 01
What am I missing?