You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To enable the rapid testing of the latest code in kiwix-lib we want to publish to artifactory nightly.
I was following this article on how to do it for gradle.
The end result is that the android project can switch from implementation 'org.kiwix.kiwixlib:kiwixlib:<CURRENT_VERSION>'
to implementation 'org.kiwix.kiwixlib:kiwixlib:<NEXT_VERSION>-SNAPSHOT'
at will
The text was updated successfully, but these errors were encountered:
I think we should do so and publish automatically via CA our git master HEAD to bintray to a dev snapshot. I would keep only one name/tag for that version an don't keep any history of it. This would not e a solution to the #346 problem, but would allow people to use cutting-edge version of the libkiwix withough having to compile it.
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions.
To enable the rapid testing of the latest code in kiwix-lib we want to publish to artifactory nightly.
I was following this article on how to do it for gradle.
The end result is that the android project can switch from
implementation 'org.kiwix.kiwixlib:kiwixlib:<CURRENT_VERSION>'
to
implementation 'org.kiwix.kiwixlib:kiwixlib:<NEXT_VERSION>-SNAPSHOT'
at will
The text was updated successfully, but these errors were encountered: