Wish Repositories for B4x libraries

Pendrush

Well-Known Member
Licensed User
Longtime User
Repositories for libraries will be very nice feature. We then don't need to manually download libraries.
Also will be nice to have implementation like with gradle, that depend on conditional builds:
B4X:
playStoreImplementation 'com.squareup.okhttp3:okhttp:4.9.0'
huaweiStoreImplementation 'com.squareup.okhttp3:okhttp:4.8.0'
or something like this.
IDE will download all dependencies and no more mess with Addition libraries.
Library developers would have to create a user/pass to upload new and update existing libraries. Users would be alerted in the IDE that there is a new version of the library.
I know that all of this is a lot of work, but will be nice to have. :)
 

Pendrush

Well-Known Member
Licensed User
Longtime User
Well, I think something like that, similiar to #AdditionalJar for example.
 
Top