v2.3.0(2025.10.27)
----------------------------
Added support for ASR-M60D,ASR-M60DB

v2.2.0(2025.10.24)
----------------------------
Change TargetSDKVersion to 35

v2.1.0(2025.05.07)
-------------------------
Added the usedActivityLifecycleCallbacks(boolean status) method to the DeviceManager class

v2.0.11(2025.04.18)
-------------------------
Added clearVmDataWithoutConfirmation method

v2.0.9(2025.04.07)
-------------------------
Modified to output logs in an asynchronous thread.

v2.0.8(2024.09.06)
-------------------------
Fix the issue that no error is output when setPower(true) is executed while the AsReader was already powered on.

v2.0.7(2024.06.27)
-------------------------
1. Change TargetSDKVersion to 34
2. Once etPower returns the result, call the getModuleVersion function
3. Add functions
public void changeSDKLogType(LogType logType)
4. Add enumeration LogType
LogType_APP Save the SDKLog file to the application.
LogType_Root Save the SDKLog file to the SDCard.

v2.0.4(2024.05.10)
-------------------------
1.Fixed an issue where the method "onConnect()" is called multiple times after launching the application.
    public void onConnect(boolean isConnect);

v2.0.1(2023.03.03)
-------------------------
1.Added some commands

v2.0.0(2022.12.29)
-------------------------
1.Made some changes to support Android 12.
2.Fixed some minor bugs.