Closed grigoryk closed 6 years ago
As things stand, it's necessary to manually update the compiled Rust code under jniLibs
, which is non-ideal. I'll file follow-ups.
Also required for publishing, as things stand now: an account on bintray.com that's a member of my temp org, and bintray.user
and bintray.apikey
in local.properties
.
See #721 for some follow-up.
Fixes #718.
This largely follows a simpler version of what https://github.com/mozilla-mobile/android-components is currently doing.
Running
gradle bintrayUpload
publishes a current version, as defined inbuild.gradle/ext.library.version
.Projects may then use mentat by specifying repository ...
... and adding a dependency ...