Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrudu committed Nov 7, 2022
2 parents c5f7a52 + 961eef5 commit 1b5e49b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@
## Sample Repository
https://github.com/ltrudu/DeviceIdentifiersWrapper-Sample

## V0.4 : Basic cache mechanism & Wait for EMDK availability
## V0.4 to v0.8 : Basic cache mechanism & Wait for EMDK availability
```text
Added basic cache mechanism.
The IMei and the Serial number will be cached once they get retrieved.
The cache can be reset with the method:
DIHelper.resetCachedValues()
Added a mechanism to wait for the EMDK if it is not available (when responding to the BOOT_COMPLETED event for ex.)
To be tested... feel free to report any issue regarding this feature.
Check the sample for a basic implementation.
Added lots of logs that will be sent to logCat or to the onDebugStatus callback method.
Updated gradle version to release 7.3.3
```
## V0.3 : Update for A11
```text
Expand Down

0 comments on commit 1b5e49b

Please sign in to comment.