mentat/CHANGELOG.md
Nick Alexander 67a14ca756 [sdks/android] Build Mentat Android SDK in TaskCluster; publish org.mozilla.mentat to nalexander's personal Bintray repo.
The automation parts were cribbed directly from
50add3e176.

The automation permissions were added in
https://bugzilla.mozilla.org/show_bug.cgi?id=1477311.

This uses a very rudimentary Gradle plugin, `rust-android-gradle`,
with custom fixes and extensions.  It works pretty well for what it
is!  See https://github.com/ncalexan/rust-android-gradle.
2018-07-25 20:50:44 -07:00

447 B

0.9 (2018-07-25)

  • sdks/android compiled against:

    • Kotlin standard library 1.2.41
  • API changes:

    • Mentat partitions now enforce their integrity, denying entids that aren't already known.
  • sdks/android: First version published to nalexander's personal bintray repository.

  • Various bugfixes and refactorings (see commits below for details)

  • Commits