Skip to content

tech.calindra.eitri.eitri-android 2.33.3 Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>tech.calindra.eitri</groupId>
  <artifactId>eitri-android</artifactId>
  <version>2.33.3</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

  • Patches

    • 2.33.1 - Improve EitriBottomTabView stack on android
    • 2.33.2 - Fix platform compatibility related to EitriMachineInstanceManagerContext.start idempotence
    • 2.33.2 - Fix open typealias models being obfuscated
    • 2.33.3 - Fix EitriBottomTabView intentFlags
  • eitri-machine - 2.33.0

    • API_LEVEL 16
    • New Features
      • New concept EitriMachineInstanceManager
        • Simplifies the process of maintaining the "Simple EitriMachine Setup"
        • Helps Android recover the state of EitriMachines when a “system-initiated process death” occurs