Skip to content

5.17.1

Compare
Choose a tag to compare
@bandit-ibayashi bandit-ibayashi released this 09 Feb 09:55
· 3 commits to master since this release

stario

  • Support Android14
  • Changed the library format from JAR to AAR. The library file name has be changed as follows.
    • stario.aar (old name : StarIOPort3.1.jar)
  • Fixed an issue.
    • Fixed an issue where the obtained printer status may not be the latest.
      (When using Android 9 or lower devices and a printer with AOA connection)

starioextension

  • Support Android14
  • Changed the library format from JAR to AAR. The library file name has be changed as follows.
    • starioextension.aar (old name : starioextension.jar)

stariodevicesetting

  • Support Android14
    • Note on changing the library format to AAR
      When linking libraries manually, the description of app/build.gradle is as follows.
      dependencies {
          implementation(name: 'stario', ext: 'aar')
          ....
      }

SDK

  • Support Android14